gchp / iota

A terminal-based text editor written in Rust
MIT License
1.62k stars 81 forks source link

Normal Mode Keybindings #75

Open sschepens opened 9 years ago

sschepens commented 9 years ago

I was going to implement a few ones but saw that @gchp already did. I see a few problemas:

gchp commented 9 years ago

Yup, you're right about the start of line thing. We don't have a way of finding the first non-whitespace char on a line, however if you want to add those, that would be cool!

I believe I already have Ctrl+r bound to redo?

Modes are still very new, so there's lots to do yet! Thanks for contributing!