VimCS: Gestione: differenze tra le versioni

m
nessun oggetto della modifica
(gestione vimcs)
 
mNessun oggetto della modifica
Riga 104: Riga 104:


apre più file in finestre orizzontali:
apre più file in finestre orizzontali:
<pre>
$ vim -o nome_file1 nome_file2
$ vim -o nome_file1 nome_file2
 
</pre>
apre piu' file in finestre verticali
apre piu' file in finestre verticali
<pre>
$ vim -O nome_file1 nome_file2
$ vim -O nome_file1 nome_file2
 
</pre>
apre finestra corrente in un tab - '''ctrl-w T'''
apre finestra corrente in un tab - '''ctrl-w T'''


Riga 126: Riga 124:


apre più file in tab:
apre più file in tab:
<pre>
$ vim -p nome_file1 nome_file2
$ vim -p nome_file1 nome_file2
</pre>


apre più buffer in tab - ''':tab ball'''
apre più buffer in tab - ''':tab ball'''
271

contributi