diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index 11ecf85..d663ad7 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -16,6 +16,9 @@ bind -T off F12 \ set -u key-table \;\ set status on +## Toggle remote tmux mappings +bind F12 send-keys F12 + # Choose session with key index starting from 1 bind-key s choose-tree -ZsK '#{?#{e|<:#{line},9},#{e|+:1,#{line}},#{?#{e|<:#{line},35},M-#{a:#{e|+:97,#{e|-:#{line},9}}},}}'