aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
diff options
context:
space:
mode:
authorEbbe Steenhoudt2021-11-14 15:12:56 +0000
committerGitHub2021-11-14 15:12:56 +0000
commitedc976b6bb36c6017bf59691abbde5c086267bfd (patch)
tree44d67559a00301fdc6e3606313f5bac1ff080d45 /helix-term/src/keymap.rs
parent1817b7f581f579232a216f92e0cac569b1a80c11 (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.rs1
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"