我想配置vim打开一个文件在我离开的同一个地方。
从Ubuntu的/ etc / vim / vimrc文件,这个示例被注释掉:
原文链接:https://www.f2er.com/bash/392432.html" Uncomment the following to have Vim jump to the last position when " reopening a file if has("autocmd") au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") \| exe "normal! g'\"" | endif endif
如果这不工作,一个常见的问题是没有您的〜/ .viminfo文件的所有权。如果是这种情况,则运行:
sudo chown user:group ~/.viminfo