diff --git a/.config/kak/autoload/lsp.kak b/.config/kak/autoload/lsp.kak index 87fb4a7b..2de13207 100644 --- a/.config/kak/autoload/lsp.kak +++ b/.config/kak/autoload/lsp.kak @@ -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' map -docstring 'refresh ltex dictionary' buffer latex r ': ltex-dictionary-load' map -docstring 'edit ltex dictionary' buffer latex e ': ltex-dictionary-edit' + map -docstring 'texlab build' buffer latex b ': texlab-build' } remove-hooks global lsp-filetype-javascript diff --git a/.config/kak/autoload/sh.kak b/.config/kak/autoload/sh.kak index f9900342..d22f50b8 100644 --- a/.config/kak/autoload/sh.kak +++ b/.config/kak/autoload/sh.kak @@ -1,8 +1,7 @@ define-command -docstring %{ - sh [switches] - Run the given shell command. Display its output in an info modal. - Switches: - -d echo stdout to *debug* buffer + sh [switches] : 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