271
contributi
(gestione vimcs) |
mNessun oggetto della modifica |
||
Riga 104: | Riga 104: | ||
apre più file in finestre orizzontali: | apre più file in finestre orizzontali: | ||
$ vim -o nome_file1 nome_file2 | |||
$ vim -o nome_file1 nome_file2 | |||
apre piu' file in finestre verticali | apre piu' file in finestre verticali | ||
$ vim -O nome_file1 nome_file2 | |||
$ vim -O nome_file1 nome_file2 | |||
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: | ||
$ vim -p nome_file1 nome_file2 | |||
$ vim -p nome_file1 nome_file2 | |||
apre più buffer in tab - ''':tab ball''' | apre più buffer in tab - ''':tab ball''' |
contributi