update
This commit is contained in:
parent
3569e392c8
commit
d94d29f44e
1 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,8 @@ bind -T copy-mode-vi v send-keys -X begin-selection
|
||||||
bind -T copy-mode-vi y send-keys -X copy-selection-no-clear\; display-message 'Copied!'
|
bind -T copy-mode-vi y send-keys -X copy-selection-no-clear\; display-message 'Copied!'
|
||||||
bind s command-prompt -p "send pane to:" "join-pane -t '%%'"
|
bind s command-prompt -p "send pane to:" "join-pane -t '%%'"
|
||||||
bind -n M-x copy-mode
|
bind -n M-x copy-mode
|
||||||
bind-key t run-shell "systemd-run --user --scope foot -e bash"
|
bind-key t command-prompt -p "SSH host:" \
|
||||||
|
"run-shell 'systemd-run --user --scope foot -e ssh %%'"
|
||||||
|
|
||||||
unbind -n MouseDown3Pane
|
unbind -n MouseDown3Pane
|
||||||
unbind -T copy-mode-vi MouseDragEnd1Pane
|
unbind -T copy-mode-vi MouseDragEnd1Pane
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue