🚚 move crappy vim notes to internal wiki

This commit is contained in:
dannydannydanny 2022-04-20 21:17:11 +00:00 committed by GitHub
parent bbedd7bff4
commit a2e8c02826
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
vim.md
View file

@ -1,16 +0,0 @@
# Vimdiff two files ([src](https://stackoverflow.com/questions/1095718/diff-two-tabs-in-vim))
```
:edit file1.txt
:diffthis
:vnew
:edit file2.txt
:diffthis
```
# Tabs
```
:tab ter # new tab with terminal
:tabe . # new tab with netrw listing of cd
```
* [Vim~Awesome](https://vimawesome.com/plugin/ack-vim)