Skip to main content

Insert Mode

In this mode, Ki functions like the usual editor, where pressing keys on the keyboard types them into the current opened file.

Enter Normal Mode

To enter the normal mode, press esc (regardless of keyboard layout).

When entering normal mode, only one character before the cursor will be selected, this is because except the selection modes above, the cursor might jump beyond the current view, causing unintended disorientation.

Loading...

Completion dropdown

The following keybindings only work when the completion dropdown is opened.

Loading...
LabelMeaning
Comp →Next completion item
← CompPrevious completion item
Replace CompReplace current completion item

Insert Mode Delete MoL

Loading...
Label/KeybindingMeaning
← Kill LineKill line backward
Kill Line →Kill line forward
← Delete WordDelete word backward
← Delete SubwordDelete subword backward
Delete Word →Delete word forward
Delete Subword →Delete subword forward

Other

Loading...
Label/KeybindingMeaning
← LineMove to line start
Line →Move to line end