navigation of views is now easier
This commit is contained in:
@@ -301,8 +301,8 @@ impl App {
|
||||
self.search.clone(),
|
||||
false,
|
||||
),
|
||||
KeyCode::Char(']') => self.switch_view(1)?,
|
||||
KeyCode::Char('[') => self.switch_view(-1)?,
|
||||
KeyCode::Char('l') | KeyCode::Char(']') => self.switch_view(1)?,
|
||||
KeyCode::Char('h') | KeyCode::Char('[') => self.switch_view(-1)?,
|
||||
KeyCode::Delete => self.discard_or_restore()?,
|
||||
KeyCode::Esc if !self.search.is_empty() => {
|
||||
self.search.clear();
|
||||
|
||||
Reference in New Issue
Block a user