Skip to content

Commit a92aa29

Browse files
committed
Remove unnecessary tmux keybindings
I don't actually need these keybindings; the vim-tmux-navigator [1] plugin adds them automatically when I add it with `set -g @plugin 'christoomey/vim-tmux-navigator'`. [1]: https://github.com/christoomey/vim-tmux-navigator
1 parent 496b67f commit a92aa29

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.tmux.conf

-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"
99

1010
bind-key c new-window -c "#{pane_current_path}" # Open new windows at the same path as the pane they were created from.
1111

12-
bind-key -n C-h select-pane -L # Move right a pane.
13-
bind-key -n C-j select-pane -D # Move down a pane.
14-
bind-key -n C-k select-pane -U # Move up a pane.
15-
bind-key -n C-l select-pane -R # Move left a pane.
1612
bind-key s split-window -v -c "#{pane_current_path}" # Create a new pane below the current one.
1713
bind-key v split-window -h -c "#{pane_current_path}" # Create a new pane to the right of the current one.
1814

0 commit comments

Comments
 (0)