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
|
setw -g mode-keys vi # I especially like being able to search with /,? when in copy-mode
|
||||||
unbind C-b
|
unbind C-b
|
||||||
set -g prefix C-w
|
set -g prefix C-b
|
||||||
bind C-w send-prefix
|
bind C-b send-prefix
|
||||||
unbind-key j
|
unbind-key j
|
||||||
bind-key j select-pane -D # Similar to 'C-w j' to navigate windows in Vim
|
bind-key j select-pane -D # Similar to 'C-w j' to navigate windows in Vim
|
||||||
unbind-key k
|
unbind-key k
|
||||||
|
|
Loading…
Add table
Reference in a new issue