9399 shaares
13 liens privés
13 liens privés
30 résultats
taggé
vim
After many years of gradual improvement Vim now takes a big step with a major release. Besides many small additions the spotlight is on a new incarnation of the Vim script language: Vim9 script.
Passer des commandes dès le lancement de vim.
vim +356 +s/toto/titi +wq $file.txt (1)
vim starts, loads the file, go to the 356th line, change the 'toto' occurence into 'titi', saves and quits.
Site d'indications courtes sur différents sujets tel que le C, shell, vim
Mini-doc