Resolvido:
/ etc / vim / vimrc
Já contém recurso necessário. Só precisa descomentar:
" Uncomment the following to have Vim jump to the last position when
" reopening a file
if has("autocmd")
au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
endif
(De fato, você pode se referir a /usr/share/vim/vim73/vimrc_example.vim também)