feat: bind last_palette to space ' in helix mode
This commit is contained in:
parent
3967995e05
commit
e8ec1a4598
1 changed files with 3 additions and 3 deletions
|
|
@ -240,7 +240,7 @@
|
|||
["space s", "show_symbols"],
|
||||
["space d", "show_diagnostics"],
|
||||
["space a", "code_action"],
|
||||
["space '", "last_picker"],
|
||||
["space '", "last_palette"],
|
||||
["space y", "copy"],
|
||||
["space p", "system_paste_after"],
|
||||
["space /", "find_in_files"],
|
||||
|
|
@ -526,10 +526,10 @@
|
|||
["space f", "find_file"],
|
||||
["space b", "switch_buffers"],
|
||||
["space j", "jumplist_picker"],
|
||||
["space s", "symbol_picker"],
|
||||
["space s", "show_symbols"],
|
||||
["space d", "show_diagnostics"],
|
||||
["space a", "code_action"],
|
||||
["space '", "last_picker"],
|
||||
["space '", "last_palette"],
|
||||
["space y", "copy"],
|
||||
["space p", "system_paste_after"],
|
||||
["space /", "find_in_files"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue