diff --git a/.config/kak/kakrc b/.config/kak/kakrc index 9b7c4b7..4cd5183 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -10,6 +10,11 @@ map -docstring "previous buffer" global user ":bp" map -docstring "yank the selection into the clipboard" global user y "wl-copy" map -docstring "paste the clipboard" global user p "wl-paste -n" +map -docstring "spellcheck buffer" global user s ":spell" +map -docstring "clear spellcheck" global user ":spell-clear" +map -docstring "next wrong spelling" global normal ":spell-next" +map -docstring "next wrong spelling" global normal ":spell-replace" + ## visual ### colorscheme