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:
parent
938a2c247f
commit
38fb93fd16
1 changed files with 2 additions and 1 deletions
|
@ -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}'
|
||||||
|
|
Loading…
Add table
Reference in a new issue