* gdb.texinfo (Command Syntax): Document C-o binding.
authorTom Tromey <tromey@redhat.com>
Tue, 27 Nov 2001 04:14:37 +0000 (04:14 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 27 Nov 2001 04:14:37 +0000 (04:14 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index fec47347a7315bcc53abc2bfe2d93d1713f0ce70..f296878636c36d0d538c438421497d5b752c5444 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-26  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Command Syntax): Document C-o binding.
+
 2001-07-26  Christopher Faylor  <cgf@redhat.com>
 
        * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
index 423d7a9f7842bb8f19498fc1268853e5a7e1eda4..b798104332d99cb784ac01a4c95f62cb64987596 100644 (file)
@@ -1204,6 +1204,13 @@ Any text from a @kbd{#} to the end of the line is a comment; it does
 nothing.  This is useful mainly in command files (@pxref{Command
 Files,,Command files}).
 
+@cindex repeating command sequences
+@kindex C-o @r{(operate-and-get-next)}
+The @kbd{C-o} binding is useful for repeating a complex sequence of
+commands.  This command accepts the current line, like @kbd{RET}, and
+then fetches the next line relative to the current line from the history
+for editing.
+
 @node Completion
 @section Command completion
 
This page took 0.049292 seconds and 4 git commands to generate.