AutoYADM commit: 2025-06-16 16:51:37
This commit is contained in:
parent
6a8e4e91ea
commit
cae5b77602
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue