-
Notifications
You must be signed in to change notification settings - Fork 720
Wrapping
Bruno Heridet edited this page Nov 6, 2017
·
14 revisions
addhl wrap
The following hook will add newline characters `\n' in the buffer.
hook buffer InsertChar [^\n] %{
exec -draft "gh<a-k>.{80,}<ret><a-;>bi<ret><esc>"
}
- Normal mode commands
- Avoid the escape key
- Implementing user mode (Leader key)
- Kakoune explain
- Kakoune TV