From dac2a9b866896b378927a2a9e3413fdd4e24ebc5 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 25 May 2025 17:33:39 -0400 Subject: [PATCH] AutoYADM commit: 2025-05-25 17:33:39 --- .config/kak/kakrc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.config/kak/kakrc b/.config/kak/kakrc index bb7d3b05..927a4e07 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -1,4 +1,4 @@ -eval %sh{ kak-tree-sitter -dks --init $kak_session } +evaluate-commands %sh{ kak-tree-sitter -dks --init $kak_session } evaluate-commands %sh{kak-popup init} colorscheme ashen require-module fishr @@ -136,3 +136,14 @@ define-command goto-debug %{ execute-keys 'gj' } map -docstring 'open debug buffer' global user D ':goto-debug' + +declare-user-mode spell + +map -docstring 'show spell' global spell s ': spell' +map -docstring 'spell next' global spell n ': spell-next' +map -docstring 'spell prev' global spell e ': 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' + +map -docstring 'spelling' global user s ': enter-user-mode spell'