-
Notifications
You must be signed in to change notification settings - Fork 774
EditorConfig
Bruno Heridet edited this page Jun 4, 2020
·
7 revisions
You can put the following line in your kakrc:
hook global WinCreate ^[^*]+$ %{editorconfig-load}
That will set options from editor config for every real file you open in Kakoune. Non-file buffers such as *debug* are ignored.
- Normal mode commands
- Avoid the escape key
- Implementing user mode (Leader key)
- Kakoune explain
- Kakoune TV
