Bindings collision

This commit is contained in:
Filippo Berto 2021-09-01 08:43:08 +02:00
parent 4065a53212
commit dfe1cc3a4b

View file

@ -74,7 +74,7 @@ in
highlightCursor = true;
};
keyMappings = [
{ mode = "normal"; docstring = "Open file"; key = "<c-o>"; effect = ":edit<space>"; }
{ mode = "normal"; docstring = "Edit file"; key = "<c-e>"; effect = ":edit<space>"; }
{ mode = "user"; docstring = "Code actions"; key = "a"; effect = ":lsp-code-actions<ret>"; }
{ mode = "user"; docstring = "Comment block"; key = "b"; effect = ":comment-block<ret>"; }
{ mode = "user"; docstring = "Comment line"; key = "l"; effect = ":comment-line<ret>"; }