tmux: use C-b as prefix
This is easy to type on the Moonlander and prevents issues on Windows with WSL, where C-space was being eaten by the console emulator.
This commit is contained in:
parent
c58cc3131e
commit
666d87d7b4
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
#
|
||||
# Key bindings
|
||||
#
|
||||
unbind C-b
|
||||
set -g prefix C-space
|
||||
bind-key C-space send-prefix
|
||||
bind-key C-b send-prefix
|
||||
|
||||
# Open new windows/panes with the path in current pane
|
||||
bind c new-window -c '#{pane_current_path}'
|
||||
|
|
Loading…
Add table
Reference in a new issue