diff options
author | Roland Pesch <pesch@cygnus> | 1993-02-10 01:39:59 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1993-02-10 01:39:59 +0000 |
commit | f8039a885deeaaba5a27695c57e75dfdb6671936 (patch) | |
tree | 823f00b3be90e8619874a2181833241f29b89f59 | |
parent | 0ef4728fb0c32b9507e1000a95d1cf7a1af94713 (diff) | |
download | gdb-f8039a885deeaaba5a27695c57e75dfdb6671936.zip gdb-f8039a885deeaaba5a27695c57e75dfdb6671936.tar.gz gdb-f8039a885deeaaba5a27695c57e75dfdb6671936.tar.bz2 |
Index entries for vi-style editing.
-rw-r--r-- | readline/doc/rluser.texinfo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readline/doc/rluser.texinfo b/readline/doc/rluser.texinfo index 544329c..e1f738c 100644 --- a/readline/doc/rluser.texinfo +++ b/readline/doc/rluser.texinfo @@ -542,6 +542,8 @@ command enough times to get back to the beginning. @node Readline Vi Mode @subsection Readline Vi Mode +@cindex @code{vi} style command editing +@kindex toggle-editing-mode While the Readline library does not have a full set of Vi editing functions, it does contain enough to allow simple editing of the line. |