Open all files as tabs in in vim
Just a quick trick I learned yesterday: I often glob files into vim from my terminal to view them quickly - for example, given the following files exist: > ls file1.txt file2.txt file3.txt When I run: vim *.txt Then I expect file1.txt, the first file, to be opened When I run the command :tab all within vim I then see...