🎨 remap tmux prefix to M-f

This commit is contained in:
DannyDannyDanny 2023-11-28 19:17:54 +01:00
parent 844a81fd04
commit af83364df4

View file

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