Yanıtlar:
$ vim -c 'set ai'
Bkz :h -c
, :h startup
ve $ vim --help
.
vim -c 'set wrap' /path/to/file.txt
vim -c 'set ai | set nowrap'
set ai nowrap
sizin için @wisbucky işi değildir? Tek bir set
komutla birden fazla seçenek belirleyebilmelisiniz .
vim -O
veyavim -o
) açmak niyetindeyseniz ve bu komutu hepsi için ayarlamak istiyorsanız, kullanın-c windo <option>
. Örnek:vim -O -c 'windo set ai'
).