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