feat(vim): add goto definition keybind back, fix cut word descriptions, removed unnecessary is_not_word_char_vim
This commit is contained in:
parent
af9fe4953b
commit
5c352be7d0
2 changed files with 8 additions and 41 deletions
|
@ -43,6 +43,7 @@
|
|||
[":", "open_command_palette"],
|
||||
["p", "paste_internal_vim"],
|
||||
|
||||
["gd", "goto_definition"],
|
||||
["gi", "goto_implementation"],
|
||||
["gy", "goto_type_definition"],
|
||||
["gg", "move_buffer_begin"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue