From 3b944fe7e847ee5e5741582ed34b702273f0b9ef Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Wed, 2 Sep 2009 22:45:17 +0000 Subject: Sync OpenBSD patchset 307: Add a transpose-chars command in edit mode (C-t in emacs mode only). From Kalle Olavi Niemitalo. --- tmux.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 1ab01e34..4620acb1 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.161 2009-09-02 01:02:44 tcunha Exp $ +.\" $Id: tmux.1,v 1.162 2009-09-02 22:45:17 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 1 2009 $ +.Dd $Mdocdate: September 2 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -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