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:
Fernando Schauenburg 2021-05-27 17:43:33 +02:00
parent 41050707f7
commit 299637c7cc

View file

@ -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}'