kakoune: some more user commands

This commit is contained in:
yosh 2024-02-03 05:18:34 -05:00
parent 767e184dca
commit 915db9af69
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@ map -docstring "previous buffer" global user <a-n> ":bp<ret>"
map -docstring "yank the selection into the clipboard" global user y "<a-|>wl-copy<ret>"
map -docstring "paste the clipboard" global user p "<a-!>wl-paste -n<ret>"
map -docstring "spellcheck buffer" global user s ":spell<ret>"
map -docstring "clear spellcheck" global user <a-s> ":spell-clear<ret>"
map -docstring "next wrong spelling" global normal <c-e> ":spell-next<ret>"
map -docstring "next wrong spelling" global normal <c-r> ":spell-replace<ret>"
## visual
### colorscheme