Skip to content

Releases: EvanQuan/qvim

v3.13.4: vimrc 3.13.4

22 Jan 09:25
Compare
Choose a tag to compare

Problem: PlugClean does not detect unused plugins
Solution: Do not reference ~/.vim as plugin

v3.13.3

22 Jan 09:25
Compare
Choose a tag to compare

Remove nnoremap window movmeent mappings due to conflict
with window resize mappings

v3.13.2

22 Jan 09:24
Compare
Choose a tag to compare

colorcolumn is always textwidth + 1

v3.13.1

22 Jan 09:24
Compare
Choose a tag to compare

Characters are not concealed on cursorline
map fd -> noremap fd

Formatting:
->

v3.13.0

22 Jan 09:23
Compare
Choose a tag to compare

Add window movement mappings
Remap:
gb -> :Gblaame
gx -> :Gbrowse

v3.12.0

22 Jan 09:23
Compare
Choose a tag to compare

Add EvanQuan/viciontary

v3.11.0

22 Jan 09:22
Compare
Choose a tag to compare

Add mappings to search for TODO comments:
nnoremap ]T next TODO
nnoremap [T prev TODO

v3.10.0

14 Jan 18:17
Compare
Choose a tag to compare

Add desmap/ale-sensible to configuration (not added as plugin)

v3.9.2

14 Jan 18:17
Compare
Choose a tag to compare

Remove from vmath-plus mappings

v3.9.1

14 Jan 18:16
Compare
Choose a tag to compare

Tab completion temporarily compeletes current selection to make ultisnips
easier to use