diff --git a/modules/kakoune.nix b/modules/kakoune.nix index eb8ad8e..a3e1c78 100644 --- a/modules/kakoune.nix +++ b/modules/kakoune.nix @@ -74,7 +74,7 @@ in highlightCursor = true; }; keyMappings = [ - { mode = "normal"; docstring = "Open file"; key = ""; effect = ":edit"; } + { mode = "normal"; docstring = "Edit file"; key = ""; effect = ":edit"; } { mode = "user"; docstring = "Code actions"; key = "a"; effect = ":lsp-code-actions"; } { mode = "user"; docstring = "Comment block"; key = "b"; effect = ":comment-block"; } { mode = "user"; docstring = "Comment line"; key = "l"; effect = ":comment-line"; }