mirror of
https://github.com/tmux/tmux.git
synced 2026-06-21 17:55:21 +00:00
Implemented move-pane -M to allow one to bind alt-mouse1-drag to move a floating pane with the mouse.
This commit is contained in:
@@ -468,6 +468,7 @@ key_bindings_init(void)
|
||||
|
||||
/* Mouse button 1 drag on border. */
|
||||
"bind -n MouseDrag1Border { resize-pane -M }",
|
||||
"bind -n M-MouseDrag1Border { move-pane -M }",
|
||||
|
||||
/* Mouse button 1 down on status line. */
|
||||
"bind -n MouseDown1Status { switch-client -t= }",
|
||||
|
||||
Reference in New Issue
Block a user