StefanPapp
11/20/2019 - 5:36 AM

starting vim #vim

starting vim #vim

# using the -c to pass a command
 vi -c command file
    open file, execute command

# also start at line number
vim +10 filename