remove p bindings from tmux

This commit is contained in:
Noah Masur 2021-05-18 20:58:54 -04:00
parent 0489401afd
commit 269e7a1225

View File

@ -17,9 +17,6 @@ bind j select-pane -D
bind K select-pane -U
bind l select-pane -R
# Another option for previous
bind P previous-window
# Split out pane
bind b break-pane
@ -27,7 +24,6 @@ bind b break-pane
bind Escape copy-mode
bind k copy-mode
bind C-[ copy-mode
bind p paste-buffer
# Vi-style scrollback with prefix + C-[
set-window-option -g mode-keys vi