diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-09-02 06:33:20 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-09-02 06:33:20 +0000 |
commit | 61b7dc522d175c5f2a8b38d177adcf7282820380 (patch) | |
tree | ee7283c351483003c34d4778c0a7f94b65726180 /tmux.1 | |
parent | c089e19020a55d5df5887821dda30cb8281dcc75 (diff) | |
download | rtmux-61b7dc522d175c5f2a8b38d177adcf7282820380.tar.gz rtmux-61b7dc522d175c5f2a8b38d177adcf7282820380.tar.bz2 rtmux-61b7dc522d175c5f2a8b38d177adcf7282820380.zip |
Add a transpose-chars command in edit mode (C-t in emacs mode only). From Kalle
Olavi Niemitalo.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -497,6 +497,7 @@ The following keys are supported as appropriate for the mode: .It Li "Search forward" Ta "/" Ta "C-s" .It Li "Start of line" Ta "0" Ta "C-a" .It Li "Start selection" Ta "Space" Ta "C-Space" +.It Li "Transpose chars" Ta "" Ta "C-t" .El .Pp These key bindings are defined in a set of named tables: |