feat(vim): add goto definition keybind back, fix cut word descriptions, removed unnecessary is_not_word_char_vim

This commit is contained in:
lulvz 2025-02-04 20:40:18 +00:00
parent af9fe4953b
commit 5c352be7d0
2 changed files with 8 additions and 41 deletions

View file

@ -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"],