diff --git a/dotfiles/kak/usermode.kak b/dotfiles/kak/usermode.kak index fc490d0..2f98492 100644 --- a/dotfiles/kak/usermode.kak +++ b/dotfiles/kak/usermode.kak @@ -13,8 +13,8 @@ map global user 'z' ':zoxide ' -docstring 'zoxide' map global user 'n' ': new' -docstring 'new window' map global user 'e' 'x|emmet{{@@ "@" if not tabs @@}}' -docstring 'process line with emmet' -map global user 'm' ': try lsp-formatting catch format-buffer' -docstring 'format document' -map global user 'M' ': try lsp-range-formatting catch format-selections' -docstring 'format selection' +map global user 'm' ': try lsp-formatting-sync catch format-buffer' -docstring 'format document' +map global user 'M' ': try lsp-range-formatting-sync catch format-selections' -docstring 'format selection' map global user 'c' ': comment-line' -docstring 'comment line' map global user 'C' '_: comment-block' -docstring 'comment block'