mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-16 08:38:12 +02:00
Support J and K for scroll up and scroll down in copy mode with vi keys,
suggested by martynas.
This commit is contained in:
6
tmux.1
6
tmux.1
@ -490,7 +490,7 @@ The keys available depend on whether emacs or vi mode is selected
|
||||
.Ic mode-keys
|
||||
option).
|
||||
The following keys are supported as appropriate for the mode:
|
||||
.Bl -column "FunctionXXXXXXXXXXXX" "viXXXXXX" "emacs" -offset indent
|
||||
.Bl -column "FunctionXXXXXXXXXXXX" "viXXXXXXXXX" "emacs" -offset indent
|
||||
.It Sy "Function" Ta Sy "vi" Ta Sy "emacs"
|
||||
.It Li "Back to indentation" Ta "^" Ta "M-m"
|
||||
.It Li "Clear selection" Ta "Escape" Ta "C-g"
|
||||
@ -509,8 +509,8 @@ The following keys are supported as appropriate for the mode:
|
||||
.It Li "Previous page" Ta "C-u" Ta "Page up"
|
||||
.It Li "Previous word" Ta "b" Ta "M-b"
|
||||
.It Li "Quit mode" Ta "q" Ta "Escape"
|
||||
.It Li "Scroll down" Ta "C-Down" Ta "C-Down"
|
||||
.It Li "Scroll up" Ta "C-Up" Ta "C-Up"
|
||||
.It Li "Scroll down" Ta "C-Down or J" Ta "C-Down"
|
||||
.It Li "Scroll up" Ta "C-Up or K" Ta "C-Up"
|
||||
.It Li "Search again" Ta "n" Ta "n"
|
||||
.It Li "Search backward" Ta "?" Ta "C-r"
|
||||
.It Li "Search forward" Ta "/" Ta "C-s"
|
||||
|
Reference in New Issue
Block a user