mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 19:58:48 +00:00
Add default # and * binding with vi(1) keys.
This commit is contained in:
parent
58f870ef6e
commit
fef8ee23c0
@ -402,6 +402,8 @@ key_bindings_init(void)
|
||||
"bind -Tcopy-mode C-Up send -X scroll-up",
|
||||
"bind -Tcopy-mode C-Down send -X scroll-down",
|
||||
|
||||
"bind -Tcopy-mode-vi '#' send -FX search-backward '#{copy_cursor_word}'",
|
||||
"bind -Tcopy-mode-vi * send -FX search-forward '#{copy_cursor_word}'",
|
||||
"bind -Tcopy-mode-vi C-c send -X cancel",
|
||||
"bind -Tcopy-mode-vi C-d send -X halfpage-down",
|
||||
"bind -Tcopy-mode-vi C-e send -X scroll-down",
|
||||
|
Loading…
Reference in New Issue
Block a user