Set tmux prefix to a valid key
Need to work out a better long-term key at some point!
This commit is contained in:
parent
46ac99bca9
commit
2a6a1004c8
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ set-window-option -g mouse on
|
||||||
set-window-option -g mode-keys vi
|
set-window-option -g mode-keys vi
|
||||||
|
|
||||||
unbind C-b
|
unbind C-b
|
||||||
set -g prefix ISO_Level3_Shift
|
set -g prefix C-a
|
||||||
bind ISO_Level3_Shift send-prefix
|
bind C-a send-prefix
|
||||||
source-file "{{ home }}/.tmux/plugins/tmux-themepack/basic.tmuxtheme"
|
source-file "{{ home }}/.tmux/plugins/tmux-themepack/basic.tmuxtheme"
|
||||||
|
|
||||||
set-window-option -g automatic-rename on
|
set-window-option -g automatic-rename on
|
||||||
|
|
Loading…
Reference in a new issue