diff options
Diffstat (limited to 'tmux/.config')
-rw-r--r-- | tmux/.config/tmux/tmux.conf | 26 |
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> -- |