vim
This is an old revision of the document!
Questo è il mio /home/francesco/.vimrc
francesco@serverHP:~$ cat .vimrc set textwidth=60 " era 72, poi ho settato la larghezza delle pagine Adelphi set wrap linebreak nolist set cm=blowfish2 " Tell vim to remember certain things when we exit " '10 : marks will be remembered for up to 10 previously edited " files " "100 : will save up to 100 lines for each register " :20 : up to 20 lines of command-line history will be remembered " % : saves and restores the buffer list " n... : where to save the viminfo files set viminfo='10,\"100,:20,%,n~/.viminfo function! ResCur() if line("'\"") <= line("$") normal! g`" return 1 endif endfunction augroup resCur autocmd! autocmd BufWinEnter * call ResCur() augroup END
vim.1461335744.txt.gz · Last modified: 2016/04/22 16:35 by francesco