X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c448fa65695986b4979fed1ba3975352206bb474..809383db4e25c9c3ede84885e03473cf713810ab:/.vimrc diff --git a/.vimrc b/.vimrc index 31b11c9..16de13a 100644 --- a/.vimrc +++ b/.vimrc @@ -1452,6 +1452,8 @@ colorscheme madduck " leave the w mark whenever a file is written autocmd BufWrite * normal mw +autocmd BufRead *.vcf set filetype=vcard + " leave the i mark whenever we go idle (after updatetime) "augroup markidle "autocmd CursorHold * normal mi