From b6bae2aa6fd534a9bf8a5dca84d24dcaaaaf852d Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 26 May 2025 16:53:10 -0400 Subject: [PATCH] AutoYADM commit: 2025-05-26 16:53:10 --- .config/kak/kakrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/kak/kakrc b/.config/kak/kakrc index 91b158dd..a7b3004d 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -144,7 +144,9 @@ declare-user-mode spell map -docstring 'show spell' global spell s ': spell' map -docstring 'spell next' global spell n ': spell-next' +map -docstring 'spell next' global spell i ': spell-next' map -docstring 'spell prev' global spell e ': spell-prev' +map -docstring 'spell prev' global spell m ': spell-prev' map -docstring 'spell clear' global spell c ': spell-clear' map -docstring 'spell add' global spell a ': spell-add' map -docstring 'spell replace' global spell r ': spell-replace'