diff options
author | Ebbe Steenhoudt | 2021-11-14 15:12:56 +0000 |
---|---|---|
committer | GitHub | 2021-11-14 15:12:56 +0000 |
commit | edc976b6bb36c6017bf59691abbde5c086267bfd (patch) | |
tree | 44d67559a00301fdc6e3606313f5bac1ff080d45 /helix-term/src/keymap.rs | |
parent | 1817b7f581f579232a216f92e0cac569b1a80c11 (diff) |
Added workspace_symbol_picker (#1041)
* Added workspace_symbol_picker
* Moved truncation of the symbol pickers to the end.
* Fixed typo
Diffstat (limited to 'helix-term/src/keymap.rs')
-rw-r--r-- | helix-term/src/keymap.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs index b14b1a6f..3280f0f8 100644 --- a/helix-term/src/keymap.rs +++ b/helix-term/src/keymap.rs @@ -641,6 +641,7 @@ impl Default for Keymaps { "f" => file_picker, "b" => buffer_picker, "s" => symbol_picker, + "S" => workspace_symbol_picker, "a" => code_action, "'" => last_picker, "w" => { "Window" |