diff options
Diffstat (limited to 'config/kak')
-rw-r--r-- | config/kak/kakrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/kak/kakrc b/config/kak/kakrc index a2a95a7..ef397b6 100644 --- a/config/kak/kakrc +++ b/config/kak/kakrc @@ -52,7 +52,7 @@ complete-command z shell-script-candidates %{ zoxide query -l } # --- KEYMAPS map global user = ':lsp-formatting<ret>' -docstring "LSP Format" -map global user w '|fmt --width 80<ret>' -docstring "Wrap to 80 columns" +map global user w '|fmt <ret>' -docstring "Wrap to 80 columns" map global user l %{:enter-user-mode lsp<ret>} -docstring "LSP mode" map global insert <tab> '<a-;>:try lsp-snippets-select-next-placeholders catch %{ execute-keys -with-hooks <lt>tab> }<ret>' -docstring 'Select next snippet placeholder' map global object a '<a-semicolon>lsp-object<ret>' -docstring 'LSP any symbol' |