tmux prefix changes
This commit is contained in:
parent
7a924defd5
commit
e12ad09ea6
1 changed files with 3 additions and 2 deletions
|
@ -4,10 +4,11 @@ setw -g mode-keys vi
|
|||
set -g mouse on
|
||||
|
||||
# keybindings
|
||||
# smart pane switching with awareness of vim splits
|
||||
set -g prefix C-a
|
||||
set -g prefix C-Space
|
||||
bind-key C-Space send-prefix
|
||||
unbind C-b
|
||||
|
||||
# smart pane switching with awareness of vim splits
|
||||
bind h select-pane -L
|
||||
bind j select-pane -D
|
||||
bind k select-pane -U
|
||||
|
|
Loading…
Reference in a new issue