Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created April 25, 2019 08:12
Show Gist options
  • Save ABooooo/8acda01fa0436b047110b6aa87ff7f94 to your computer and use it in GitHub Desktop.
Save ABooooo/8acda01fa0436b047110b6aa87ff7f94 to your computer and use it in GitHub Desktop.
// create file
vim <file name>
i // insert/edit file
esc // step out of edit modus
:wq // write (save) and quit
// more info
https://www.howtoforge.com/vim-basics
https://vim.rtorr.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment