进到
vim /etc/vim/vimrc
使用root,添加
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif
即可参考:http://phorum.study-area.org/index.php?topic=52794.0 http://www.162cm.com/archives/884.html
记录遇到问题的点点滴滴。
进到
vim /etc/vim/vimrc
使用root,添加
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif
即可参考:http://phorum.study-area.org/index.php?topic=52794.0 http://www.162cm.com/archives/884.html