AutoYADM commit: 2025-06-16 16:51:37

This commit is contained in:
Daniel Fichtinger 2025-06-16 16:51:37 -04:00
parent 6a8e4e91ea
commit cae5b77602
2 changed files with 4 additions and 4 deletions

View file

@ -214,6 +214,7 @@ hook -group lsp-filetype-latex global BufSetOption filetype=latex %{
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 'edit ltex dictionary' buffer latex e ': ltex-dictionary-edit<ret>'
map -docstring 'texlab build' buffer latex b ': texlab-build<ret>'
}
remove-hooks global lsp-filetype-javascript

View file

@ -1,8 +1,7 @@
define-command -docstring %{
sh [switches] <args>
Run the given shell command. Display its output in an info modal.
Switches:
-d echo stdout to *debug* buffer
sh [switches] <args>: Run the given shell command. Display its output in an info modal.
Switches:
-d echo stdout to *debug* buffer
} -params 1.. sh %{
evaluate-commands %sh{
if [ "$1" = "-d" ]; then