index
:
nvim_config.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
autocommands.vim
Age
Commit message (
Collapse
)
Author
2020-10-18
update
jdhao
2020-10-10
cursorhold is better than cmdlineleave for clear msg
jdhao
2020-10-09
update: clear cmdline msg after 20 seconds
jdhao
5 seconds is too short for long messages or messages we want to keep a record of.
2020-10-09
use echon instead of echo
jdhao
echon does not add space between expressions.
2020-10-09
only clear cmdline output when in normal mode
jdhao
2020-10-09
clear cmdline msg after some time
jdhao
2020-09-28
reduce yank highlight time
jdhao
2020-09-26
change vim script style from 4-space indent to 2-space
jdhao
2020-09-22
change yank highlight group
jdhao
2020-09-22
update highlight group for yank to Search
jdhao
highlight group IncSearch is a little bit dim. I want the yank highlight to be brighter
2020-09-19
use internal yank highlight instead of plugins
jdhao
2020-05-22
toggle relative number based on autocmd events
jdhao
2020-03-30
chore: remove short url and replace with true url
jdhao
2020-02-24
Update autocommands
jdhao
2020-01-12
Remove textwidth for Markdown
jdhao
2019-09-26
Split large nvim config into several files for easier management
jdhao