-
Notifications
You must be signed in to change notification settings - Fork 714
Avoid the escape key
Alex Leferry 2 edited this page Oct 28, 2016
·
5 revisions
Unlike Vim, there is no delay to insert j or the stress to type quickly because of timeout.
hook global InsertChar j %{ try %{
exec -draft hH <a-k>jj<ret> d
exec <esc>
}}
- Normal mode commands
- Avoid the escape key
- Implementing user mode (Leader key)
- Kakoune explain
- Kakoune TV