mirror of
https://github.com/tmux/tmux.git
synced 2025-09-26 13:08:34 +00:00
Original changes.
This commit is contained in:
@@ -640,6 +640,9 @@ 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