index
:
vim-heresy
main
old
tabs
[contrib] heresy.vim: Make Vim behave more like a "normal" editor.
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
autoload
Commit message (
Expand
)
Author
Age
*
Fix for deprecated `insertmode` option in Neovim
HEAD
main
Thomas Buckley-Houston
2022-05-23
*
Allow indentation to be repeated
Thomas Buckley-Houston
2022-05-11
*
Default to xterm-mode selection
Thomas Buckley-Houston
2022-05-11
*
Make CTRL-Q leave from the Vim command line too
Thomas Buckley-Houston
2022-05-11
*
Allow `:term` buffers to receive input
Thomas Buckley-Houston
2021-12-11
*
Fix for triggering WrappedTextBehaviour
Thomas Buckley-Houston
2021-12-10
*
Remove `<C-C>` and `<C-X>` INSERT mode shortcuts
Thomas Buckley-Houston
2021-12-10
*
Remove `<C-O>` shortcut to open files
Thomas Buckley-Houston
2021-12-10
*
Fix missing endif
j-james
2021-05-28
*
Fix Markdown syntax highlighting
j-james
2021-05-28
*
Prompt when closing or quitting w/ unsaved changes
j-james
2021-05-28
*
Toggle `set paste` when pasting
Thomas Buckley-Houston
2017-07-29
*
Better non-wrapped HOME/END. Use system clipboard.
Thomas Buckley-Houston
2017-07-25
*
Actually compare `has('timers')` to something :/
Thomas Buckley-Houston
2017-06-25
*
Extend some mappings to include selection mode
Thomas Buckley-Houston
2017-06-25
*
Lessons learned from original Vim in the terminal
Thomas Buckley-Houston
2017-06-22
*
Better movement through wrapped text
Thomas Buckley-Houston
2017-06-15
*
Don't deselect after CTRL+C to copy
Thomas Buckley-Houston
2017-06-15
*
Paste over selection / And <Alt-o> for normal mode
Thomas Buckley-Houston
2017-06-12
*
Millisecond delay before checking &buftype
Thomas Buckley-Houston
2017-06-12
*
Fix test runner
Thomas Buckley-Houston
2017-06-10
*
Formalise plugin: functions, autoload, tests
Thomas Buckley-Houston
2017-05-30