1
0
Fork 0

Changed tmux leader to CTRL-SPACE as CTRL-Z interferes with SIGTSTP in

a shell
main
Nigel Barink 2024-04-06 22:46:26 +02:00
parent 0f9be2d830
commit 2b28b7e482
Signed by: Nigel
GPG Key ID: C54278C495538619
2 changed files with 2 additions and 2 deletions

2
nvim

@ -1 +1 @@
Subproject commit 9843cf6e0c1eabb20f27f143cdc5cc6a7d721c71
Subproject commit b7785d460d73324d9ca0b16a54a3813aea6eb054

View File

@ -6,7 +6,7 @@
# Rebind the prefix key
unbind C-b
set-option -g prefix C-z
set-option -g prefix C-Space
# Map pane selection to more easy vim like bindings
bind-key -n 'M-h' select-pane -L