Dump key bindings
| Function | Description | Links |
|---|---|---|
| binding_sort() | Compare two BindingInfo by their keybinding | sort_t, sort_api |
| colon_bind() | Dump the key bindings | |
| colon_macro() | Dump the macros | |
| dump_bind_macro() | Parse 'bind' and 'macro' commands | Command::parse(), command_parse |
| escape_macro() | Escape any special characters in a macro | |
| gather_menu() | Gather info about one menu | |
| help_lookup_function() | Find a keybinding for an operation | |
| measure_column() | Measure one column of a table | |
| print_bind() | Display the bindings for one menu | |
| print_macro() | Display the macros for one menu |