Vim - The file explorer
vimcasts.org
Vim - The file explorer
1–10 of 13 posts
Re: Vim - The file explorer
#2Re: Vim - The file explorer
#3Re: Vim - The file explorer
#4Re: Vim - The file explorer
#5The "manipulating the filesystem" section was very helpful. Also, huge props for making a text version of the screencast.
Re: Vim - The file explorer
#6The "manipulating the filesystem" section was very helpful. Also, huge props for making a text version of the screencast.
Re: Vim - The file explorer
#7A couple additional tips:
1) You can quickly and easily search through the files the same way you would search through code (regex included) with something like:
/filename
2) You can easily jump into the Vim file explorer without the steps of opening Vim and executing a command: ~/vim .
This will simply open vim with the file explorer in the current directory.Re: Vim - The file explorer
#8The "manipulating the filesystem" section was very helpful. Also, huge props for making a text version of the screencast.
The more of these vim related articles I find the less I feel the need for plugins.
Re: Vim - The file explorer
#9Re: Vim - The file explorer
#10That was excellent. I despise NERD tree but I also had no clue how to use netrw. Instead, my habit is to use the console to touch files I want created, or to create or remove directories, etc. This little screencast was quite enlightening and I'll be dropping that habit!