feat(tmux): mappings

This commit is contained in:
thek4n 2024-05-16 08:56:05 +03:00
parent 8b74abf6b8
commit 5e8a282a01

View File

@ -24,8 +24,10 @@ bind F12 send-keys F12
bind s choose-tree -ZsK '#{?#{e|<:#{line},9},#{e|+:1,#{line}},#{?#{e|<:#{line},35},M-#{a:#{e|+:97,#{e|-:#{line},9}}},}}'
# Switch new session
bind n new-session -c ~
# Switch new named session
bind n command-prompt -p "New session:" "new-session -A -s '%1' -c ~"
bind N command-prompt -p "New session:" "new-session -A -s '%1' -c ~"
# Kill session