Last active
June 21, 2018 11:00
-
-
Save h1ldebrand/bdf7e91908dc52e4dd635cb75c806ce6 to your computer and use it in GitHub Desktop.
Редактирование файлов в Vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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