🎨 remap tmux prefix to M-f
This commit is contained in:
parent
844a81fd04
commit
af83364df4
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# remap prefix from ^+A to ^+B (for nested tmux sessions)
|
||||
unbind C-b
|
||||
set -g prefix C-a
|
||||
bind C-a send-prefix
|
||||
set -g prefix M-f
|
||||
bind M-f send-prefix
|
||||
|
||||
# nvim 'checkhealth' advice
|
||||
set-option -g focus-events on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue