commit 1d2edca4cc8588bde1e1bfa6efd977bb62aa7e46
parent c4394c01f155e3fba9bf5b0587c2204f11b7bfa9
Author: Chris Bracken <chris@bracken.jp>
Date: Sun, 23 Jun 2019 16:18:56 -0700
Use default tmux next/prev keybindings
Eliminates j/k for next/prev keybindings, reverting to n/p.
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/.tmux.conf b/.tmux.conf
@@ -8,14 +8,9 @@ bind-key C-a send-prefix
# keybindings
set-window-option -g mode-keys vi
set-option -g status-keys vi
-unbind p
-bind p paste-buffer
bind-key -T copy-mode-vi 'v' send-keys -X begin-selection
bind-key -T copy-mode-vi 'y' send-keys -X copy-selection
bind-key -T copy-mode-vi 'r' send-keys -X rectangle-toggle
-bind C-j next-window
-bind C-k previous-window
-bind C-c new-window
# disable mouse
set-option -g mouse off