Fix tmux prefix
Closes #10 Signed-off-by: Matej Focko <matej.focko@outlook.com>
This commit is contained in:
parent
368e991fe6
commit
18ea17262c
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ set-window-option -g automatic-rename off
|
|||
set-option -g allow-rename off
|
||||
set-option -g renumber-windows on
|
||||
|
||||
set -g prefix C-a
|
||||
unbind C-b
|
||||
bind-key C-a send-prefix
|
||||
|
||||
unbind l
|
||||
|
||||
bind h select-pane -L
|
||||
|
|
Loading…
Reference in a new issue