update vimrc

This commit is contained in:
2020-08-31 21:20:34 -04:00
parent 5335d8b9dd
commit 3cb96bf1cc
180 changed files with 3 additions and 133741 deletions

3
.vimrc
View File

@@ -221,3 +221,6 @@ map <Leader>aa :Ack<space>
" \a%: search for current file name by accessing the % (filename) register and
" removing the path
map <Leader>a% :Ack <C-r>=expand('%:t')<CR><CR>
" get rid of marks
let g:showmarks_enable = 0