Opening a list of files in split windows
# Opens files in horizontal splits
vim -o file1 file2 file3
# The same, but with vertical splits
vim -O file1 file2 file3Last updated
# Opens files in horizontal splits
vim -o file1 file2 file3
# The same, but with vertical splits
vim -O file1 file2 file3Last updated