11.24 SHOW KEYMAP
Use this command to display the key bindings (shortcuts) associated with all supported editor modes (such as vicmd, viins, visual, or emacs) in Oracle SQLcl. These shortcuts reflect the default key mappings for each editor mode. It enables you to view which keys are mapped to which functions or actions. To see the default shortcuts for the specific editor mode, you can use filtering by a mode (for example, show keymap vicmd). Filtering by mode helps you quickly identify which keys perform specific actions based on the editor style you are using.
Syntax
To display default key mappings for all the supported editor modes:
SHOW KEYMAPTo see the default key mappings for the specific editor mode by using filtering by a mode:
vicmd mode:SHOW KEYMAP vicmdviins mode:SHOW KEYMAP viinsTo display default key mappings for visual mode:
SHOW KEYMAP visualemacs mode:SHOW KEYMAP emacs