Skip to content

Commit

Permalink
Exclude config no_op bindings in command palette.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed May 31, 2023
1 parent 531fe2e commit b4a2c3f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions helix-term/src/keymap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,6 @@ impl Keymap {
MappableCommand::Typable { name, .. } => {
cmd_map.entry(name.into()).or_default().push(keys.clone())
}
MappableCommand::Static { name, .. } => cmd_map
.entry(name.to_string())
.or_default()
.push(keys.clone()),
},
KeyTrie::Node(next) => {
for (key, trie) in &next.map {
Expand Down

0 comments on commit b4a2c3f

Please sign in to comment.