aboutsummaryrefslogtreecommitdiff
path: root/autoload/novim_mode.vim
Commit message (Expand)AuthorAge
* Fix for triggering WrappedTextBehaviourThomas Buckley-Houston2021-12-10
* Remove `<C-C>` and `<C-X>` INSERT mode shortcutsThomas Buckley-Houston2021-12-10
* Remove `<C-O>` shortcut to open filesThomas Buckley-Houston2021-12-10
* Fix missing endifj-james2021-05-28
* Fix Markdown syntax highlightingj-james2021-05-28
* Prompt when closing or quitting w/ unsaved changesj-james2021-05-28
* Toggle `set paste` when pastingThomas Buckley-Houston2017-07-29
* Better non-wrapped HOME/END. Use system clipboard.Thomas Buckley-Houston2017-07-25
* Actually compare `has('timers')` to something :/Thomas Buckley-Houston2017-06-25
* Extend some mappings to include selection modeThomas Buckley-Houston2017-06-25
* Lessons learned from original Vim in the terminalThomas Buckley-Houston2017-06-22
* Better movement through wrapped textThomas Buckley-Houston2017-06-15
* Don't deselect after CTRL+C to copyThomas Buckley-Houston2017-06-15
* Paste over selection / And <Alt-o> for normal modeThomas Buckley-Houston2017-06-12
* Millisecond delay before checking &buftypeThomas Buckley-Houston2017-06-12
* Fix test runnerThomas Buckley-Houston2017-06-10
* Formalise plugin: functions, autoload, testsThomas Buckley-Houston2017-05-30