diff --git a/config/tmux/plugins/vim-tmux-navigator b/config/tmux/plugins/vim-tmux-navigator deleted file mode 160000 index 5b3c701..0000000 --- a/config/tmux/plugins/vim-tmux-navigator +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5b3c701686fb4e6629c100ed32e827edf8dad01e diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 85f165d..4398031 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -2,24 +2,20 @@ unbind r bind r source-file ~/.config/tmux/tmux.conf -set -g prefix M-s -bind-key -n M-h select-pane -L -bind-key -n M-j select-pane -D -bind-key -n M-k select-pane -U -bind-key -n M-l select-pane -R +set -g prefix M-s bind-key -n M-t set-option status - set-option -g status-position top # List of plugins set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'christoomey/vim-tmux-navigator' +# set -g @plugin 'christoomey/vim-tmux-navigator' + # Other examples: # set -g @plugin 'github_username/plugin_name' # set -g @plugin 'github_username/plugin_name#branch' @@ -78,9 +74,5 @@ bind-key -T copy-mode-vi 'M-\' select-pane -l ### END Meta key binding - - - - # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.config/tmux/plugins/tpm/tpm'