From 61b7dc522d175c5f2a8b38d177adcf7282820380 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 2 Sep 2009 06:33:20 +0000 Subject: Add a transpose-chars command in edit mode (C-t in emacs mode only). From Kalle Olavi Niemitalo. --- tmux.1 | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index a524c025..07e9b74c 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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: -- cgit