diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-19 07:08:45 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-19 07:08:45 +0000 |
commit | 034c00886af9ded731c2689f0bcc42f1381127c9 (patch) | |
tree | 2adbca62e94a67e540bc86ba0b9970c830166d61 /.vimrc | |
parent | update (diff) | |
download | scripts-034c00886af9ded731c2689f0bcc42f1381127c9.tar.gz scripts-034c00886af9ded731c2689f0bcc42f1381127c9.zip |
mostly pretty git logs
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1622,6 +1622,9 @@ function! s:vvman(one, two) endfunction let g:Infofallback = function("s:vvman") +" fugitive +autocmd BufReadPost fugitive://* set bufhidden=delete + "this should be here at the end so nothing else could override it hi SpecialKey ctermbg=16 hi Pmenu ctermbg=233 |