feat(tmux): mappings
This commit is contained in:
parent
1c867c89b7
commit
997e3b6177
@ -32,6 +32,10 @@ bind n command-prompt -p "New session:" "new-session -A -d -s '%1' \; switch-cli
|
|||||||
bind k confirm-before -p "kill current session? (y/n)" "switch-client -l \; kill-session -t '#S'"
|
bind k confirm-before -p "kill current session? (y/n)" "switch-client -l \; kill-session -t '#S'"
|
||||||
|
|
||||||
|
|
||||||
|
# SSH Session
|
||||||
|
bind h command-prompt -p "Remote host:" "new-session -n 1 -s 'ssh-%1' -A ssh %1"
|
||||||
|
|
||||||
|
|
||||||
# Call prompt via prefix ;
|
# Call prompt via prefix ;
|
||||||
bind ';' command-prompt
|
bind ';' command-prompt
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user