Answers for "create a file in vim"

1

create a file in vim

vim demo.txt
#Press Esc then i
#Type whatever text you want
#Esc back to command mode
:x #Save and quit
Posted by: Guest on March-14-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language