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:
parent
655884c3f1
commit
4ec99e386f
1 changed files with 1 additions and 1 deletions
|
@ -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}'
|
||||
|
|
Loading…
Add table
Reference in a new issue