This commit is contained in:
Jaroslaw Konik 2025-05-16 12:13:55 +02:00
parent 8a8ce1df4c
commit 1a31c19cc7

View file

@ -24,6 +24,7 @@ bind % split-window -h -c "#{pane_current_path}"
bind '"' split-window -v -c "#{pane_current_path}"
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 s command-prompt -p "send pane to:" "join-pane -t '%%'"
unbind -n MouseDown3Pane