Enable or disable Emacs*-like control characters.
set editing {on|off}
on |
Enable Emacs*-like control characters. |
off |
Disable Emacs*-like control characters. |
This command enables or disables Emacs*-like control characters in the debugger. It is not possible to use vi*-like commands in IDB.
In the GUI console mode, this functionality is disabled by default. In the command-line interface, it is enabled by default.
(idb) set editing on (idb) show editing Editing of command lines as they are typed is on.
Copyright © 1996-2010, Intel Corporation. All rights reserved.