File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -277,6 +277,7 @@ This layer is a kludge of mappings, mostly pickers.
277
277
| ` D ` | Open workspace diagnostics picker (** LSP** ) | ` workspace_diagnostics_picker ` |
278
278
| ` r ` | Rename symbol (** LSP** ) | ` rename_symbol ` |
279
279
| ` a ` | Apply code action (** LSP** ) | ` code_action ` |
280
+ | ` c ` | Open workspace command picker (** LSP** ) | ` workspace_command_picker ` |
280
281
| ` ' ` | Open last fuzzy picker | ` last_picker ` |
281
282
| ` w ` | Enter [ window mode] ( #window-mode ) | N/A |
282
283
| ` p ` | Paste system clipboard after selections | ` paste_clipboard_after ` |
Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ pub fn default() -> HashMap<Mode, Keymap> {
212
212
"d" => diagnostics_picker,
213
213
"D" => workspace_diagnostics_picker,
214
214
"a" => code_action,
215
+ "c" => workspace_command_picker,
215
216
"'" => last_picker,
216
217
"g" => { "Debug (experimental)" sticky=true
217
218
"l" => dap_launch,
You can’t perform that action at this time.
0 commit comments