feat: bind highlight_references to ctrl+k i in flow mode
This commit is contained in:
parent
ca47d27b76
commit
06e967a69d
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@
|
||||||
["ctrl+k ctrl+u", "delete_to_begin"],
|
["ctrl+k ctrl+u", "delete_to_begin"],
|
||||||
["ctrl+k ctrl+k", "delete_to_end"],
|
["ctrl+k ctrl+k", "delete_to_end"],
|
||||||
["ctrl+k ctrl+d", "move_cursor_next_match"],
|
["ctrl+k ctrl+d", "move_cursor_next_match"],
|
||||||
|
["ctrl+k i", "highlight_references"],
|
||||||
["ctrl+k ctrl+i", "hover"],
|
["ctrl+k ctrl+i", "hover"],
|
||||||
["ctrl+f", "find"],
|
["ctrl+f", "find"],
|
||||||
["ctrl+g", "goto"],
|
["ctrl+g", "goto"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue