- Notifications
You must be signed in to change notification settings - Fork750
Increment and Decrement
Screwtapello edited this pageAug 16, 2018 ·2 revisions
Vim will increment or decrement the number under the cursor when you hitCtrlA orCtrlX (respectively), but Kakoune does not implement that behaviour by default. Thekakoune-inc-dec plugin will enable something similar.
- Normal mode commands
- Avoid the escape key
- Implementing user mode (Leader key)
- Kakoune explain
- Kakoune TV