diff --git a/vimrc b/vimrc index ab0c13e..b56d8d2 100644 --- a/vimrc +++ b/vimrc @@ -67,6 +67,9 @@ set hidden " Keep previous buffer when opening a new file set wildmenu " Sexy autocomplete set wildmode=longest:full,full set wildignorecase +" Uncomment the following to have Vim jump to the last position when +" reopening a file +au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif " Mappings let mapleader=","