Work around arrow keys not working
Dependencies
- [2]
FOUJ5RXTFurther reduce required manual comparisons - [3]
QEKHTVB7Get most things semi-working except the final sort - [*]
5Y7ZXB53Start picker UI
Change contents
- replacement in src/pick.rs at line 241
KeyCode::Left => {KeyCode::Left | KeyCode::Char(',' | '<') => { - replacement in src/pick.rs at line 244
KeyCode::Right => {KeyCode::Right | KeyCode::Char('.' | '>') => {