summaryrefslogtreecommitdiff
path: root/tmux/.config
diff options
context:
space:
mode:
authorElizabeth <me@liz.coffee>2025-06-02 13:11:10 -0700
committerElizabeth <me@liz.coffee>2025-06-02 13:11:10 -0700
commitd098e94ad102da9d018acca72ca5a5c554d25a01 (patch)
treed6d23ee63ad5a1aa4017a605d9e09e75de2c5f49 /tmux/.config
parentede675866355d34ac9fdc1b8e047576f574bdfa2 (diff)
downloaddotfiles-d098e94ad102da9d018acca72ca5a5c554d25a01.tar.gz
dotfiles-d098e94ad102da9d018acca72ca5a5c554d25a01.zip
Update paths n stuff
Diffstat (limited to 'tmux/.config')
-rw-r--r--tmux/.config/tmux/tmux.conf26
1 files changed, 0 insertions, 26 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
deleted file mode 100644
index 3f2862a..0000000
--- a/tmux/.config/tmux/tmux.conf
+++ /dev/null
@@ -1,26 +0,0 @@
-#-- <keybinds> --
-set -g prefix C-s
-
-unbind r
-bind r source-file ~/.config/tmux/tmux.conf
-
-bind-key h select-pane -L
-bind-key j select-pane -D
-bind-key k select-pane -U
-bind-key l select-pane -R
-#-- </keybinds> --
-
-#-- <plugins> --
-set -g @plugin 'tmux-plugins/tpm'
-set -g @plugin 'tmux-plugins/tmux-sensible'
-#-- </plugins> --
-
-#-- <theme> --
-set -g @plugin 'egel/tmux-gruvbox'
-set -g @tmux-gruvbox 'dark'
-#-- </theme> --
-
-#-- <tpm> --
-# keep at bottom
-run '~/.tmux/plugins/tpm/tpm'
-#-- </tpm> --