Pregunta:
¿Cómo se establece una opción de vim al iniciar desde bash u otro shell?
Respuesta:
$ vim -c 'set ai'
Consulte :h -c
:h startup
y $ vim --help
.
¿Cómo se establece una opción de vim al iniciar desde bash u otro shell?
$ vim -c 'set ai'
Consulte :h -c
:h startup
y $ vim --help
.