aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Create vim-plug shortcutsj-james2020-11-15
|
* Add new tab navigation functionalityj-james2020-11-15
|
* Refactor method namesj-james2020-11-15
|
* Rename and refactor novim-mode to vim-heresyj-james2020-11-15
|
* 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
|
* Formalise plugin: functions, autoload, testsThomas Buckley-Houston2017-05-30
|
* Better rules for entering insertmodeThomas Buckley-Houston2017-05-16
|
* Initial commit. Basic plugin and start of docsThomas Buckley-Houston2017-05-15