diff --git a/doc/vim.md b/doc/vim.md deleted file mode 100644 index 6385612..0000000 --- a/doc/vim.md +++ /dev/null @@ -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 |