Skip to content

Commit

Permalink
removing unneeded tmux plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Motevasselani committed Jun 6, 2024
1 parent 124b48e commit af8de23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
1 change: 0 additions & 1 deletion config/tmux/plugins/vim-tmux-navigator
Submodule vim-tmux-navigator deleted from 5b3c70
14 changes: 3 additions & 11 deletions config/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'

0 comments on commit af8de23

Please sign in to comment.