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:
Fernando Schauenburg 2021-02-23 17:23:08 +01:00
parent c58cc3131e
commit 666d87d7b4

View file

@ -1,9 +1,7 @@
# #
# Key bindings # Key bindings
# #
unbind C-b bind-key C-b send-prefix
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}'