- Notifications
You must be signed in to change notification settings - Fork750
Avoid the escape key
gigamicro edited this pageAug 18, 2025 ·7 revisions
Unlike Vim, there is no delay to insertj or the stress to type quickly because of timeout.
hookglobalInsertChar j %{try %{exec -draft hH <a-k>jj<ret> dexec -with-hooks<esc>}}
For usingjk
to exit insert mode use the following snippet.
hookglobalInsertChar k %{try %{exec -draft hH <a-k>jk<ret> dexec -with-hooks<esc>}}
hookglobalInsertChar \. %{try %{exec -draft hH <a-k>,\.<ret> dexec -with-hooks<esc>}}
- Normal mode commands
- Avoid the escape key
- Implementing user mode (Leader key)
- Kakoune explain
- Kakoune TV