keybinds: changes related to lsp rename

* vim mode: bind 'grn' to rename_symbol
* flow mode: bind F4 to toggle_input_mode
This commit is contained in:
Travis Staloch 2025-01-13 15:44:32 -08:00 committed by CJ van den Berg
parent 1c37de6c29
commit 860c36266c
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 3 additions and 2 deletions

View file

@ -44,6 +44,7 @@
["gi", "goto_implementation"],
["gy", "goto_type_definition"],
["gg", "move_buffer_begin"],
["grn", "rename_symbol"],
["g<S-d>", "goto_declaration"],
["<S-g>", "move_buffer_end"],