vim You can use up to 10 "+" or "-c" commands. code example
Example: vim command to open a file
vim filename
i
*Insert/Edit Text*
*Esc*
:wq (save the file and exit to commands)
vim filename
i
*Insert/Edit Text*
*Esc*
:wq (save the file and exit to commands)