summaryrefslogtreecommitdiffstats
path: root/lib/libedit
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2003-11-01 07:00:07 +0000
committerotto <otto@openbsd.org>2003-11-01 07:00:07 +0000
commita89596efb81bcc6aef401210290ed0c524624a73 (patch)
tree63221124ff377a51930dc7ac423d7bab97a977d7 /lib/libedit
parentsome floor() test (diff)
downloadwireguard-openbsd-a89596efb81bcc6aef401210290ed0c524624a73.tar.xz
wireguard-openbsd-a89596efb81bcc6aef401210290ed0c524624a73.zip
Sync command table to code. Spotted by jmc@.
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/editrc.532
1 files changed, 27 insertions, 5 deletions
diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5
index 18013f6568f..79485312cf8 100644
--- a/lib/libedit/editrc.5
+++ b/lib/libedit/editrc.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: editrc.5,v 1.17 2003/10/31 08:57:10 otto Exp $
+.\" $OpenBSD: editrc.5,v 1.18 2003/11/01 07:00:07 otto Exp $
.\" $NetBSD: editrc.5,v 1.16 2003/06/27 18:57:09 wiz Exp $
.\"
.\" Copyright (c) 1997-2000 The NetBSD Foundation, Inc.
@@ -294,11 +294,11 @@ The following editor commands are available for use in key bindings:
Vi paste previous deletion to the right of the cursor.
.It Ic vi-paste-prev
Vi paste previous deletion to the left of the cursor.
-.It Ic vi-prev-space-word
+.It Ic vi-prev-big-word
Vi move to the previous space delimited word.
.It Ic vi-prev-word
Vi move to the previous word.
-.It Ic vi-next-space-word
+.It Ic vi-next-big-word
Vi move to the next space delimited word.
.It Ic vi-next-word
Vi move to the next word.
@@ -326,9 +326,9 @@ Vi enter insert mode after the cursor.
Vi enter insert mode at end of line.
.It Ic vi-delete-meta
Vi delete prefix command.
-.It Ic vi-end-word
+.It Ic vi-end-big-word
Vi move to the end of the current space delimited word.
-.It Ic vi-to-end-word
+.It Ic vi-end-word
Vi move to the end of the current word.
.It Ic vi-undo
Vi undo last change.
@@ -362,6 +362,28 @@ Vi move up to the character specified previous.
Vi repeat current character search in the same search direction.
.It Ic vi-repeat-prev-char
Vi repeat current character search in the opposite search direction.
+.It Ic vi-match
+Vi go to matching () {} or [].
+.It Ic vi-undo-line
+Vi undo all changes to line.
+.It Ic vi-to-column
+Vi go to specified column.
+.It Ic vi-yank-end
+Vi yank to end of line.
+.It Ic vi-yank
+Vi yank.
+.It Ic vi-comment-out
+Vi comment out current command.
+.It Ic vi-alias
+Vi include shell alias.
+.It Ic vi-to-history-line
+Vi go to specified history file line..
+.It Ic vi-histedit
+Vi edit history line with vi.
+.It Ic vi-history-word
+Vi append word from previous input line.
+.It Ic vi-redo
+Vi redo last non-motion command.
.It Ic em-delete-or-list
Delete character under cursor or list completions if at end of line.
.It Ic em-delete-next-word