tmux: change prefix to C-a (from C-space)

Some terminal emulators eat up the C-space sequence. C-a seems to be
quite safe, as many people use it.
This commit is contained in:
Fernando Schauenburg 2020-12-16 19:25:37 +01:00
parent 655884c3f1
commit 4ec99e386f

View file

@ -2,7 +2,7 @@
# Key bindings
#
unbind C-b
set -g prefix C-Space
set -g prefix C-a
# Open new windows/panes with the path in current pane
bind c new-window -c '#{pane_current_path}'