Bindings collision
This commit is contained in:
parent
4065a53212
commit
dfe1cc3a4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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>"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue