Replacement Raisin
Another awesome release!
New features
- Replace mode! This is a big one (thanks @rebornix!)
s/foo/bar
with an optional visual mode range (thanks @rebornix!)gd
(thanks @jordanlewis!)- S (thanks @glibsm!)
- Add * register (thanks @aminroosta!)
- Add correct fold behavior (thanks @rebornix!)
- Add motions by screen lines (thanks @rebornix!)
- Add o in visual mode (thanks @Platzer!)
- Add section motions ]], [[, ][ and [](thanks @rebornix!)
- Add ^e and ^y
- Make repeatable in normal mode (thanks @octref!)
Bug-fixes
- Fix an off-by-one error with T and F (thanks @xconverge!)
- Improve key-repeat suggestion in README (thanks @jimray!)
- Fix ctrl key issues (thanks @rebornix!)
- Fix gt and gT (thanks @rebornix!)
- Fix the cursor location in some cases when deleting a line break in insert mode (thanks @thomasboyt!)
- Fix remapping in modes that don't want remapping to happen
- Fix a bug making marks inconsistent
- Fix V in visual mode