mirror of
https://github.com/tmux/tmux.git
synced 2026-05-31 22:56:16 +00:00
Some more easy floating panes bits.
This commit is contained in:
@@ -460,6 +460,9 @@ key_bindings_init(void)
|
||||
/* Mouse button 1 triple click on pane. */
|
||||
"bind -n TripleClick1Pane { select-pane -t=; if -F '#{||:#{pane_in_mode},#{mouse_any_flag}}' { send -M } { copy-mode -H; send -X select-line; run -d0.3; send -X copy-pipe-and-cancel } }",
|
||||
|
||||
/* Mouse button 1 on border. */
|
||||
"bind -n MouseDown1Border { select-pane -M }",
|
||||
|
||||
/* Mouse button 1 drag on border. */
|
||||
"bind -n MouseDrag1Border { resize-pane -M }",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user