ctrl-e or just e

pull/26/head
chris west 3 years ago
parent 17fedeb262
commit 6572bf7fca

@ -90,7 +90,7 @@ impl View for Text {
self.scroll = self.final_scroll();
Action::Redraw
}
Key::Ctrl('e') => self.toggle_encoding(),
Key::Ctrl('e') | Key::Char('e') => self.toggle_encoding(),
Key::Down | Key::Ctrl('n') | Key::Char('n') | Key::Ctrl('j') | Key::Char('j') => {
if self.scroll < self.final_scroll() {
self.scroll += 1;

Loading…
Cancel
Save