Shougo / vimfiler.vim

:file_folder: Powerful file explorer implemented by Vim script
Other
886 stars 77 forks source link

vimfiler screenshots #80

Open Shougo opened 11 years ago

Shougo commented 11 years ago

I think vimfiler needs screenshot in README.

If you have good screenshots for vimfiler README, can you add it in this issue?

osyo-manga commented 11 years ago

vimfiler

Shougo commented 11 years ago

Thanks. I added it.

osyo-manga commented 11 years ago

vimfiler2

Shougo commented 11 years ago

I updated it.

rafi commented 10 years ago

Here's a dark theme screenshot: image

Shougo commented 10 years ago

Thank you. I added it.

bijancn commented 10 years ago

@rafi how do I get those cool arrows and slick window seperators? Can you have the vimfiler window permanently open and switch to it to open files?

rafi commented 10 years ago

@bijancn

set fillchars=vert:│,fold:─
let g:vimfiler_tree_leaf_icon = "⋮"
let g:vimfiler_tree_opened_icon = "▼"
let g:vimfiler_tree_closed_icon = "▷"

I didn't understand your last question though.

bijancn commented 10 years ago

Thanks a lot @rafi. I just wondered if I can set up two windows, one for the vimfiler and one for the text and everytime I open a file in vimfiler, it opens it in the other window while vimfiler stays as it is.

bijancn commented 10 years ago

Nevermind, I just found the explorer mode. Somehow the documentation doesn't really speak to me. Sorry for stupid question.

rafi commented 10 years ago

@bijancn no problem. I'm sure any help on the documentation would be much appreciated.

dv1 commented 8 years ago

@rafi The font in that dark theme screenshot, what is it?

rafi commented 8 years ago

@dv1 it's PragmataPro

asilvadesigns commented 7 years ago

here goes mine, another dark theme...

screen shot 2017-10-17 at 1 38 02 pm
Shougo commented 7 years ago

Updated.

neilgarcia commented 6 years ago

@asilvadesigns is this onedark? how did you make the js color look like that?

bubuzzz commented 6 years ago

@asilvadesigns could you please share your theme ?

asilvadesigns commented 6 years ago

@neilgarcia sorry I didn't see this earlier... @bubuzzz I tried to build my own from onedark, it's pretty pathetic, I didn't even fork it or anything... failed attempt for sure. Regardless, you might find these repos useful:

the failed attempt at theming https://github.com/asilvadesigns/atom-theif

my other dotfiles https://github.com/asilvadesigns/.dotfiles

Nowadays I tend to stick with tmux and vscode w/vscode-vim, but yea hope that helps!

bubuzzz commented 6 years ago

@asilvadesigns thank mate :)