Previously, also outputted this to the console on keyboard press of 0
mahmoud@megatron:~/Documents/git-repos/iota(master○) » ./target/release/iota src/iota/modes/normal.rs --vi
thread 'main' panicked at 'Unknown command: q', src/iota/editor.rs:129:21
note: Run with `RUST_BACKTRACE=1` for a backtrace.
Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End Unhandled line anchor: End %
Previously, would do nothing when pressed Now it correctly jumps to the beginning of a line Before: https://asciinema.org/a/FBy1biFw5BlWiWp2XjiWPSJnS After: https://asciinema.org/a/IkO76bNeNKVsfWhfboAchjGi5
Previously, also outputted this to the console on keyboard press of
0