aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* Note about performance issue with vim-airlineThomas Buckley-Houston2017-09-29
|
* Actually compare `has('timers')` to something :/Thomas Buckley-Houston2017-06-25
| | | | | | | | This properly deals with versions of VIm that don't support timers. So that older versions of Vim still work but run into the bug where some panes get insertmode inappropriately set. Touches #4
* Lessons learned from original Vim in the terminalThomas Buckley-Houston2017-06-22
| | | | | | | | | | | | * Removed `Esc` keybinding for deselecting found text (not that important anyway). Because it was causing arrows key to output escaped portion of their internal code. * Added `ALT+c` combination as companion to `ALT+;`. * Don't load plugin if Vim doesn't support `timers`. * Recommended use of `vim-fixkey` for terminal Vim. * Added better notes about disabling `CTRL+S` terminal suspension. Touches #3
* Better movement through wrapped textThomas Buckley-Houston2017-06-15
|
* Fix test runnerThomas Buckley-Houston2017-06-10
|
* Formalise plugin: functions, autoload, testsThomas Buckley-Houston2017-05-30
|
* This plugin is not a rebellionThomas Buckley-Houston2017-05-22
|
* README notes about interoperabilityThomas Buckley-Houston2017-05-17
|
* Use `behave mswin`, improves selection behaviourThomas Buckley-Houston2017-05-16
| | | | Also updated README
* Initial commit. Basic plugin and start of docsThomas Buckley-Houston2017-05-15