Go to the first, previous, next, last section, table of contents.


Standard Keymaps

Several keymaps are predefined by Jade.

global-keymap
This keymap is the root of the global keymap structure; all buffers which allow themselves to be edited have this keymap in their keymap-path.
ctrl-x-keymap
This is linked to the global-keymap via the key Ctrl-x.
ctrl-x-4-keymap
The keymap for the global prefix Ctrl-x 4.
ctrl-x-5-keymap
The keymap for the global prefix Ctrl-x 5.
user-keymap
This keymap is only to be bound by the user, not by programmers! It's linked to the global prefix Ctrl-c and is intended to allow users to bind unmodified keys (modified keys with the prefix Ctrl-c are usually bound to by modes) to commands which don't have bindings by default.


Go to the first, previous, next, last section, table of contents.