text mode: fix w shortcut

pull/6/head
dvkt 4 years ago
parent 3b44ea0fd9
commit ed1578eeea

@ -44,7 +44,7 @@ impl View for Text {
Action::None
}
}
Key::Ctrl('w') => {
Key::Char('w') | Key::Ctrl('w') => {
self.wide = !self.wide;
Action::Redraw
}

Loading…
Cancel
Save