Skip to content

Instantly share code, notes, and snippets.

@pj8912
Created March 20, 2021 04:39
Show Gist options
  • Select an option

  • Save pj8912/8a9ba48c61f9e58e513ff516121f8f6c to your computer and use it in GitHub Desktop.

Select an option

Save pj8912/8a9ba48c61f9e58e513ff516121f8f6c to your computer and use it in GitHub Desktop.
to open a file
<code> vim FILE_NAME </code>
start writing:
press<code>i</code>
after opening the file the commands appear at the bottom of the terminal
do not write commands inside the file.
press ESC to exit the writing mode, press i again to write current file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment