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 KEYMAP

To see the default key mappings for the specific editor mode by using filtering by a mode:

To display default key mappings for vicmd mode:
SHOW KEYMAP vicmd
To display default key mappings for viins mode:
SHOW KEYMAP viins

To display default key mappings for visual mode:

SHOW KEYMAP visual
To display default key mappings for emacs mode:
SHOW KEYMAP emacs