feat: bind last_palette to space ' in helix mode

This commit is contained in:
CJ van den Berg 2025-12-06 20:23:15 +01:00
parent 3967995e05
commit e8ec1a4598
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

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