aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-12 16:15:34 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-12 16:15:34 +0000
commit22d51ec1ead8077f9528727db56e54e997da1775 (patch)
tree8c1a870eeec35123d22fa20c564676fbfea19d17 /tmux.1
parentfa8333eddb747e9b3c2a72c4fab4308137891f49 (diff)
downloadrtmux-22d51ec1ead8077f9528727db56e54e997da1775.tar.gz
rtmux-22d51ec1ead8077f9528727db56e54e997da1775.tar.bz2
rtmux-22d51ec1ead8077f9528727db56e54e997da1775.zip
Add a "back to indentation" key in copy mode to move the cursor to the first
non-whitespace character. ^ with vi and M-m with emacs key bindings. Another from Kalle Olavi Niemitalo, thanks.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.13
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 588d70e4..30ab53e4 100644
--- a/tmux.1
+++ b/tmux.1
@@ -306,7 +306,8 @@ option).
The following keys are supported as appropriate for the mode:
.Bl -column "FunctionXXXXXXXXXXXX" "viXXXXXX" "emacs" -offset indent
.It Sy "Function" Ta Sy "vi" Ta Sy "emacs"
-.It Li "Start of line" Ta "0 or ^" Ta "C-a"
+.It Li "Start of line" Ta "0" Ta "C-a"
+.It Li "Back to indentation" Ta "^" Ta "M-m"
.It Li "Clear selection" Ta "Escape" Ta "C-g"
.It Li "Copy selection" Ta "Enter" Ta "M-w"
.It Li "Cursor down" Ta "j" Ta "Down"