🚚 move crappy vim notes to internal wiki
This commit is contained in:
parent
bbedd7bff4
commit
a2e8c02826
1 changed files with 0 additions and 16 deletions
16
vim.md
16
vim.md
|
|
@ -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)
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue