feat(tmux): mappings

This commit is contained in:
thek4n 2024-04-08 13:36:21 +03:00
parent fe959e5aa9
commit 5649047f85

View File

@ -16,6 +16,9 @@ bind -T off F12 \
set -u key-table \;\ set -u key-table \;\
set status on set status on
## Toggle remote tmux mappings
bind F12 send-keys F12
# Choose session with key index starting from 1 # 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}}},}}' bind-key s choose-tree -ZsK '#{?#{e|<:#{line},9},#{e|+:1,#{line}},#{?#{e|<:#{line},35},M-#{a:#{e|+:97,#{e|-:#{line},9}}},}}'