feat(tmux): mappings
This commit is contained in:
parent
8b74abf6b8
commit
5e8a282a01
@ -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}}},}}'
|
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
|
# 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
|
# Kill session
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user