Fix tmux prefix

Closes #10

Signed-off-by: Matej Focko <matej.focko@outlook.com>
This commit is contained in:
Matej Focko 2020-10-11 22:36:13 +02:00
parent 368e991fe6
commit 18ea17262c
No known key found for this signature in database
GPG key ID: 707F7C6CBA7A2271

View file

@ -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