AutoYADM commit: 2025-07-04 18:41:52

This commit is contained in:
Daniel Fichtinger 2025-07-04 18:41:52 -04:00
parent decc82c4c1
commit 833967e544

View file

@ -275,7 +275,7 @@ hook -group lsp-filetype-latex global BufSetOption filetype=latex %{
# } # }
# } # }
declare-filetype-mode latex declare-filetype-mode latex
map -docstring 'PDF preview search' buffer latex / ': texlab-forward-search<ret>' map -docstring 'PDF preview (SyncTeX)' buffer latex p ': texlab-forward-search<ret>'
map -docstring 'add selection to ltex dictionary' buffer latex a ': ltex-dictionary-add<ret>' map -docstring 'add selection to ltex dictionary' buffer latex a ': ltex-dictionary-add<ret>'
map -docstring 'refresh ltex dictionary' buffer latex R ': ltex-dictionary-load<ret>' map -docstring 'refresh ltex dictionary' buffer latex R ': ltex-dictionary-load<ret>'
map -docstring 'edit ltex dictionary' buffer latex E ': ltex-dictionary-edit<ret>' map -docstring 'edit ltex dictionary' buffer latex E ': ltex-dictionary-edit<ret>'