Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save h1ldebrand/bdf7e91908dc52e4dd635cb75c806ce6 to your computer and use it in GitHub Desktop.
Save h1ldebrand/bdf7e91908dc52e4dd635cb75c806ce6 to your computer and use it in GitHub Desktop.
Редактирование файлов в Vim
1. Откроем Vim.
2. Наберем :edit hello.txt и нажмем enter.
3. Нажмем i.
4. Введем текст Hello World.
5. Нажмем клавишу <Esc>.
6. Наберем :w и нажмем клавишу enter.
7. Закроем Vim, запустив :q.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment