diff --git a/.config/kak/autoload/lsp.kak b/.config/kak/autoload/lsp.kak index 392cfbd4..3b9d97e7 100644 --- a/.config/kak/autoload/lsp.kak +++ b/.config/kak/autoload/lsp.kak @@ -275,7 +275,7 @@ hook -group lsp-filetype-latex global BufSetOption filetype=latex %{ # } # } declare-filetype-mode latex - map -docstring 'PDF preview search' buffer latex / ': texlab-forward-search' + map -docstring 'PDF preview (SyncTeX)' buffer latex p ': texlab-forward-search' 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'