mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Make / for filtering
This commit is contained in:
parent
2a88938a38
commit
b3bd5811d4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
_ => {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue