Delete vim.md

This commit is contained in:
Kan 2021-12-27 00:09:05 +03:00 committed by GitHub
parent 146072260e
commit f93b18981a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +0,0 @@
### Vim
| Command | Description |
|:------------------ | :------------------------------------ |
|```Ctrl + [``` | Analog Esc |
|```d -> Ctrl + End``` | Delete from cursor to end of file |
| ```u``` | Undo |
| ```Ctrl + r``` | Redo |
| ```22G``` | Go to line 22 |