1
0
Fork 0

oops, wrong session name

This commit is contained in:
Von Random 2018-06-03 10:36:31 +03:00
parent 864d3a2987
commit fc95cfc51e

View file

@ -16,7 +16,7 @@ bind + resize-pane -U 5
bind e choose-session bind e choose-session
bind t command-prompt -p "attach pane to:" "join-pane -t :'%%'" bind t command-prompt -p "attach pane to:" "join-pane -t :'%%'"
bind y command-prompt break-pane bind y command-prompt break-pane
bind p command-prompt -p "ssh:" "new-session -As 'ssh'; new-window -n '%1' 'ssh %%'" bind p command-prompt -p "ssh:" "new-session -As '2-ssh'; new-window -n '%1' 'ssh %%'"
bind -n M-w next-window bind -n M-w next-window
bind -n M-q previous-window bind -n M-q previous-window
bind -n M-j next-window bind -n M-j next-window