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).
If the current selection mode is any of the following, then the selection before the cursor will be selected:
- Line
- Line Full
- Token
- Word
Otherwise, 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...
Label | Meaning |
---|---|
Comp → | Next completion item |
← Comp | Previous completion item |
Select Comp | Select current completion item |
Other
Loading...
Label/Keybinding | Meaning |
---|---|
Line ← | Move to line start |
Line → | Move to line end |
Kill Line ← | Kill line backward |
Kill Line → | Kill line forward |
Delete Token ← | Delete token backward |
alt+backspace | Delete word backward |