Vim

De WikiMar
La revisió el 21:51, 12 març 2023 per Marti (discussió | contribucions)
(dif.) ← Versió més antiga | Versió actual (dif.) | Versió més nova → (dif.)
Salta a la navegació Salta a la cerca



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