Vim Essential Plugin: PeepOpen
Uploader Comments (nettutsplus)
Top Comments
-
the command-t plugging does all of that and more for free
wincent[.][com]/products/comma
nd-t/
All Comments (15)
-
Has nobody ever heard of FuzzyFinder? It does this and way more... and it's tightly integrated to Vim so it's easy to customize and modify. It's better and it's free :)
-
@Haris134 For me it is "vim ." just in case some one cant get the p flag to work
-
@kshep92 Ok I found a solution to my problem. In my vimrc:
//Disabled this for now//
"Change the current directory to that of the file last opened
"autocmd BufEnter * lcd %:p:h
//Now all I have to do is enter a file name
"Make a new file in the directory of the file I am editing
nmap :nf :e %:p:h\
-
There is an even more easy solution built-in by default: vim -p [files_to_open]. You bring up all your files in tabs in your fullscreen terminal and you're set. Copy-paste between them and all the good stuff. No reason to pay for something when you already have something better. ;)
-
There's another, quite similar, but free plugin for Vim, called Command-T. It doesn't pop up a GUI window though, it opens a window within Vim, so is slightly more integrated.
Basically, you press leaderkey-t, and it opens up a window very similar to the PeepOpen window. It brings up a list of files from the current working directory, which you can search through by typing the letters from the path name in. It's almost exactly the same as PeepOpen in this regard. But free!
-
I'm using coda and I noticed in your video that it supports coda. Does this plugin work on remote files?
am i on the wrong channel... i thought we are going for those latest and greatest... like sass or html5.... this month it's all about Vim.... i'm confused
Bossiiiii 10 months ago
@Bossiiiii It's a quick tip series that we'll conclude this week. And, as Vim is widely considered to be one of the best editors available, it's appropriate to promote in on Nettuts.
nettutsplus 10 months ago 4
Plz make a list of all youre handy plugins on youre website. I'm planning on transfering to mac.
TMXMASTER 10 months ago
@TMXMASTER Check net.tutsplus.com, in the Sessions category.
nettutsplus 10 months ago 2