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
|
||||
|
||||
unbind C-b
|
||||
set -g prefix ISO_Level3_Shift
|
||||
bind ISO_Level3_Shift send-prefix
|
||||
set -g prefix C-a
|
||||
bind C-a send-prefix
|
||||
source-file "{{ home }}/.tmux/plugins/tmux-themepack/basic.tmuxtheme"
|
||||
|
||||
set-window-option -g automatic-rename on
|
||||
|
|
Loading…
Reference in a new issue