| Age | Commit message (Collapse) | Author |
|
- implement "i", "a".
- fix "w" for edit mode.
- try out "e" for enter edit mode.
- initial implementation "o", "O"
- Suppress backspace and delete.
- Scroll in text areas.
|
|
There are cases where the faster approach gets the wrong answer.
|
|
|
|
- Better abstraction.
- Add HUD message on yank.
- Require initial selection for visual mode.
- Try to start with a visible selection.
- Scroll the active end of the selection into view (with smooth
scrolling, if enabled).
|
|
|
|
- Some better comments.
- More commands.
- The "o" command for visual mode (the implementation is poor, there has
to be a better way).
|
|
These modes turn out to be almost identical. So they're better off in a
single file.
|