Skip to content

Configuring key bindings

Trevor Arjeski edited this page Jul 2, 2021 · 7 revisions

Configuration

The default keymap is commented out at the bottom of the default config.yml file that tiny creates.

Here is a minimal version:

key_map:
  ctrl_a:     input_move_curs_start
  ctrl_e:     input_move_curs_end

Each entry in the map is made up of a Key (single or combination) and a KeyAction.

Keys

Here are the available keys that you can set or override:

Single keys:

  • backspace
  • del, end, esc, home, pgdown, pgup, tab, up, down, left right, [a-z], [0-9]
  • end
Clone this wiki locally