Vim
De WikiMar
(S'ha redirigit des de: Vi)
Add to the end of
nano /etc/vimrc
or
nano /etc/vim/vimrc
Use nano instead of vi to avoid the " to be applied to all rows
"Agegit Marti: set noautoindent set nocindent set nosmartindent set noai set background=dark set paste set term=xterm
the term=xterm is to repair when the arrow keys do not work https://vim.fandom.com/wiki/Fix_arrow_keys_that_display_A_B_C_D_on_remote_shell#Solution_22