revert c868785: change tmux prefix back to C-space

I was only having issues with C-space on Alacritty. However, Alacritty
was giving more pain with other key combinations as well so I decided to
move to wsltty for now.
This commit is contained in:
Fernando Schauenburg 2020-12-17 17:35:53 +01:00
parent 938a2c247f
commit 38fb93fd16

View file

@ -2,7 +2,8 @@
# Key bindings # Key bindings
# #
unbind C-b unbind C-b
set -g prefix C-a set -g prefix C-space
bind-key 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}'