(I have vi notes, or as the cool kids call it, vim, all over my file system. But now I have the One True Path of TIL.
Mouse support
From notes that I didn't write that are in my .vimrc
-
Mouse cut and paste: set mouse=r (or v)
-
Select windows and move the cursor with the mouse, but can't cut and paste set mouse=a
.vimrc
I have a lot of things in my .vimrc that I rely on that are underdocumented. Here are some of them
- "'make code look pretty' let python_highlight_all=1 syntax on
Open a directory
Not sure if I did something custom, but I can open a directory and select and open files by clicking enter.