tmux: use C-space as prefix
Turns out C-b is quite useful for navigation in vim and other programs. Also, the C-space issue seems to only happen when using Alacritty and WSL, so I'll just avoid this combination for now.
This commit is contained in:
parent
41050707f7
commit
299637c7cc
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
#
|
#
|
||||||
# Key bindings
|
# Key bindings
|
||||||
#
|
#
|
||||||
bind-key C-b send-prefix
|
set -g prefix C-space
|
||||||
|
bind C-space send-prefix
|
||||||
|
|
||||||
# Open new windows/panes with the path in current pane
|
# Open new windows/panes with the path in current pane
|
||||||
bind c new-window -c '#{pane_current_path}'
|
bind c new-window -c '#{pane_current_path}'
|
||||||
|
|
Loading…
Add table
Reference in a new issue