[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: VIM



* Whereisit <whereisit@libero.it>:

> sapete dirmi come posso disattivare il bell di VIM e come posso fare un
> find and change di una parola?

bell:
	:set noerrorbells
	:set visualbell

find & change:
	[trova 'find' da line_start a line_end e sostituiscilo con
	'change']
	
	:line_start,line_ends/find/change

	[fai lo stesso, su tutto il documento, e fallo per tutte le
	occorrenze sulla stessa linea]
	
	:%s/find/change/g

Ricordati che c'è sempre

	:help

:-)



-- 
Emmanuele Bassi (Zefram)              [ http://digilander.iol.it/ebassi/ ]
GnuPG Key fingerprint = 4DD0 C90D 4070 F071 5738  08BD 8ECC DB8F A432 0FF4



Reply to: