Changed tmux leader to CTRL-SPACE as CTRL-Z interferes with SIGTSTP in
a shell
This commit is contained in:
2
nvim
2
nvim
Submodule nvim updated: 9843cf6e0c...b7785d460d
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Rebind the prefix key
|
# Rebind the prefix key
|
||||||
unbind C-b
|
unbind C-b
|
||||||
set-option -g prefix C-z
|
set-option -g prefix C-Space
|
||||||
|
|
||||||
# Map pane selection to more easy vim like bindings
|
# Map pane selection to more easy vim like bindings
|
||||||
bind-key -n 'M-h' select-pane -L
|
bind-key -n 'M-h' select-pane -L
|
||||||
|
Reference in New Issue
Block a user