10 lines
478 B
Markdown
10 lines
478 B
Markdown
### 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 |
|