mirror of
https://github.com/tmux/tmux.git
synced 2025-09-27 05:28:35 +00:00
Remove mouse and tidy.
This commit is contained in:
@@ -640,9 +640,6 @@ key_bindings_init(void)
|
||||
"bind -Tcopy-mode-vi M-x { send -X jump-to-mark }",
|
||||
"bind -Tcopy-mode-vi C-Up { send -X scroll-up }",
|
||||
"bind -Tcopy-mode-vi C-Down { send -X scroll-down }",
|
||||
"bind -n MouseDown1ScrollbarUp { copy-mode -u }",
|
||||
"bind -n MouseDown1ScrollbarDown { copy-mode -d }",
|
||||
"bind -n MouseDrag1ScrollbarSlider { copy-mode -S }"
|
||||
};
|
||||
u_int i;
|
||||
struct cmd_parse_result *pr;
|
||||
|
Reference in New Issue
Block a user