diff options
author | nicm <nicm> | 2016-04-27 09:39:09 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-04-27 09:39:09 +0000 |
commit | 1cedf78284a563b01e9394fa5b38c50470558868 (patch) | |
tree | 805a3744e0f4ef5eaff708ad0bd9daf1613fd3a5 /tmux.1 | |
parent | 23fdbc9ea6a6f5c93f042043f0407ed5d9bd0e5b (diff) | |
download | rtmux-1cedf78284a563b01e9394fa5b38c50470558868.tar.gz rtmux-1cedf78284a563b01e9394fa5b38c50470558868.tar.bz2 rtmux-1cedf78284a563b01e9394fa5b38c50470558868.zip |
Add next/previous paragraph, from J Raynor.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1025,6 +1025,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 "" @@ -1032,6 +1033,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" |