tmux: Don't use vim window shortcut as prefix
This commit is contained in:
parent
d884496276
commit
2284512155
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
setw -g mode-keys vi # I especially like being able to search with /,? when in copy-mode
|
||||
unbind C-b
|
||||
set -g prefix C-w
|
||||
bind C-w send-prefix
|
||||
set -g prefix C-b
|
||||
bind C-b send-prefix
|
||||
unbind-key j
|
||||
bind-key j select-pane -D # Similar to 'C-w j' to navigate windows in Vim
|
||||
unbind-key k
|
||||
|
|
Loading…
Add table
Reference in a new issue