I am writing a Bash script that should open ls man page then expand the page.
what I did:
bash$ vim +Man\ ls -c Wo
What I exbect to happen that the bash open ls manpage then execute keybind <C-w>o to expand
this part -c Wo is wrong
Is there a practical way to execute Vim commands from the shell script?
:Manbecause:Manhas colored, andman ls | vim -not