From 833967e544a9bb5a85af9b7566403c34b3cdd247 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 4 Jul 2025 18:41:52 -0400 Subject: [PATCH] AutoYADM commit: 2025-07-04 18:41:52 --- .config/kak/autoload/lsp.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'