Make / for filtering

This commit is contained in:
Dheepak Krishnamurthy 2020-07-26 17:54:39 -06:00
parent 2a88938a38
commit b3bd5811d4

View file

@ -382,7 +382,7 @@ impl App {
Key::Char('r') => self.update(),
Key::Down | Key::Char('j') => self.next(),
Key::Up | Key::Char('k') => self.previous(),
Key::Char('i') => {
Key::Char('/') => {
self.input_mode = InputMode::Command;
}
_ => {}