AutoYADM commit: 2025-05-26 20:34:39

This commit is contained in:
Daniel Fichtinger 2025-05-26 20:34:39 -04:00
parent 4769181f99
commit 405e779c5e
3 changed files with 25 additions and 16 deletions

View file

@ -5,6 +5,7 @@ require-module fishr
require-module surround
require-module ficgrep
require-module byline
require-module spell
set-option global scrolloff 3,3
require-module ui-mode
@ -139,16 +140,3 @@ define-command goto-debug %{
map -docstring 'open debug buffer' global user D ':goto-debug<ret>'
# spellcheck using aspell for now (maybe better options?)
declare-user-mode spell
map -docstring 'show spell' global spell s ': spell<ret>'
map -docstring 'spell next' global spell n ': spell-next<ret>'
map -docstring 'spell next' global spell i ': spell-next<ret>'
map -docstring 'spell prev' global spell e ': spell-prev<ret>'
map -docstring 'spell prev' global spell m ': spell-prev<ret>'
map -docstring 'spell clear' global spell c ': spell-clear<ret>'
map -docstring 'spell add' global spell a ': spell-add<ret>'
map -docstring 'spell replace' global spell r ': spell-replace<ret>'
map -docstring 'spelling' global user s ': enter-user-mode spell<ret>'