🎨 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)
|
# remap prefix from ^+A to ^+B (for nested tmux sessions)
|
||||||
unbind C-b
|
unbind C-b
|
||||||
set -g prefix C-a
|
set -g prefix M-f
|
||||||
bind C-a send-prefix
|
bind M-f send-prefix
|
||||||
|
|
||||||
# nvim 'checkhealth' advice
|
# nvim 'checkhealth' advice
|
||||||
set-option -g focus-events on
|
set-option -g focus-events on
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue