aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2016-01-15 22:52:27 +0500
committerAnton Bobov <abobov@gmail.com>2016-01-18 15:53:55 +0500
commit21b5c91d4c61aecd31bce6360a5d1489981ef1ba (patch)
tree7f20bebd9ddf17889506fbf588e38d406b9abc38 /files/.vimrc
parentc8fb5e7cb19f78642e4921774dc17d4d7d99ea2e (diff)
Open ledger file at the end and change template date format.
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/.vimrc b/files/.vimrc
index 620db56..ace756a 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -191,6 +191,7 @@ if has('autocmd')
au BufReadPost * if line("'\.") > 0 && line("'\.") <= line("$") | exe 'normal g`.zvzz' | endif
au BufRead,BufNewFile /etc/nginx/* if &ft == "" | setfiletype nginx | endif
+ au BufReadPost *.ledger norm G
endif
" }}}
" Mappings {{{