diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-04-27 13:10:55 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-04-27 13:10:55 +0100 |
commit | fb4585bbe06df3ceec6c510f152a8014358cfd82 (patch) | |
tree | f24d1a3b5667a0ee8d5b1b6c2be679b8accc972a /tmux.1 | |
parent | 61f231a496ff404ce811ece1389af1d929a39937 (diff) | |
parent | 55fdaab365830829d725d61c1ccf2cda0503651b (diff) | |
download | rtmux-fb4585bbe06df3ceec6c510f152a8014358cfd82.tar.gz rtmux-fb4585bbe06df3ceec6c510f152a8014358cfd82.tar.bz2 rtmux-fb4585bbe06df3ceec6c510f152a8014358cfd82.zip |
Merge branch 'master' of github.com:tmux/tmux
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1029,6 +1029,7 @@ The following keys are supported as appropriate for the mode: .It Li "Jump to backward" Ta "T" Ta "" .It Li "Jump to forward" Ta "t" Ta "" .It Li "Next page" Ta "C-f" Ta "Page down" +.It Li "Next paragraph" Ta "}" Ta "M-}" .It Li "Next space" Ta "W" Ta "" .It Li "Next space, end of word" Ta "E" Ta "" .It Li "Next word" Ta "w" Ta "" @@ -1036,6 +1037,7 @@ The following keys are supported as appropriate for the mode: .It Li "Other end of selection" Ta "o" Ta "" .It Li "Paste buffer" Ta "p" Ta "C-y" .It Li "Previous page" Ta "C-b" Ta "Page up" +.It Li "Previous paragraph" Ta "{" Ta "M-{" .It Li "Previous space" Ta "B" Ta "" .It Li "Previous word" Ta "b" Ta "M-b" .It Li "Quit mode" Ta "q" Ta "Escape" |