methodology/vim.md
2022-01-27 15:30:29 +01:00

16 lines
309 B
Markdown

# 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)