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
|
set -g mouse on
|
||||||
|
|
||||||
# keybindings
|
# keybindings
|
||||||
# smart pane switching with awareness of vim splits
|
set -g prefix C-Space
|
||||||
set -g prefix C-a
|
bind-key C-Space send-prefix
|
||||||
unbind C-b
|
unbind C-b
|
||||||
|
|
||||||
|
# smart pane switching with awareness of vim splits
|
||||||
bind h select-pane -L
|
bind h select-pane -L
|
||||||
bind j select-pane -D
|
bind j select-pane -D
|
||||||
bind k select-pane -U
|
bind k select-pane -U
|
||||||
|
|
Loading…
Reference in a new issue