Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unite.vim screenshots #235

Open
Shougo opened this issue Jun 8, 2013 · 24 comments
Open

unite.vim screenshots #235

Shougo opened this issue Jun 8, 2013 · 24 comments

Comments

@Shougo
Copy link
Owner

Shougo commented Jun 8, 2013

I think unite.vim needs screenshot in README.

If you have good screenshots for unite.vim README, can you add it in this issue?

@ujihisa
Copy link
Collaborator

ujihisa commented Jun 8, 2013

@ujihisa
Copy link
Collaborator

ujihisa commented Jun 8, 2013

@osyo-manga
Copy link
Collaborator

@ujihisa
Copy link
Collaborator

ujihisa commented Jun 8, 2013

興味深いことに、unite.vimでgoogle画像検索すると http://ujihisa.blogspot.com にある

が一番に出て来ました。

@Shougo
Copy link
Owner Author

Shougo commented Jun 8, 2013

Thanks. I added screenshots.

@csexton
Copy link
Contributor

csexton commented Jun 18, 2013

Are there more screenshots you want to have for the readme, I am happy to take those.

Also, I was considering re-creating the existing ones so that we could have a more consistant and polished feel to the images. Same size, color, etc. Thoughts?

@UncleBill
Copy link
Contributor

@csexton 👍

@Shougo
Copy link
Owner Author

Shougo commented Jun 19, 2013

Are there more screenshots you want to have for the readme, I am happy to take those.

Yes. I want to get more screenshots.

@joedicastro
Copy link

A customized Unite menu with the shortcuts for the candidates added at the end of the line (manunally inserted in the description's string). The symbol is only to refer it as a shortcut and the , char is my current <Leader> key

unite_git

The Powerline theme is customized too, the blue circle after the candidates number is an indicator of the current Unite buffer mode (blue for Insert, green for Normal and orange for Visual)

@Shougo
Copy link
Owner Author

Shougo commented Jul 2, 2013

What are your customization?
I want to know your settings.

@csexton
Copy link
Contributor

csexton commented Jul 2, 2013

Seems like examples like this, with nice customizations and integration with other plugins would be ideal for a wiki page. We could link to "screen shots and examples" where we can have a gallery for showing off different unite setups.

@Shougo
Copy link
Owner Author

Shougo commented Jul 2, 2013

Yes.
We should share nice configurations.

@joedicastro
Copy link

@Shougo Well, maybe I expressed wrong, the customizations are simple aesthetics, like the symbols at the beginning and the shorcuts (in this case):

let g:unite_source_menu_menus.git = {
    \ 'description' : '            gestionar repositorios git
        \                            ⌘ [espacio]g',
    \}
let g:unite_source_menu_menus.git.command_candidates = [
    \['▷ tig                                                        ⌘ ,gt',
        \'normal ,gt'],
    \['▷ git status       (Fugitive)                                ⌘ ,gs',
        \'Gstatus'],
    \['▷ git diff         (Fugitive)                                ⌘ ,gd',
        \'Gdiff'],
    \['▷ git commit       (Fugitive)                                ⌘ ,gc',
        \'Gcommit'],
    \['▷ git log          (Fugitive)                                ⌘ ,gl',
        \'exe "silent Glog | Unite quickfix"'],
    \['▷ git blame        (Fugitive)                                ⌘ ,gb',
        \'Gblame'],
    \['▷ git stage        (Fugitive)                                ⌘ ,gw',
        \'Gwrite'],
    \['▷ git checkout     (Fugitive)                                ⌘ ,go',
        \'Gread'],
    \['▷ git rm           (Fugitive)                                ⌘ ,gr',
        \'Gremove'],
    \['▷ git mv           (Fugitive)                                ⌘ ,gm',
        \'exe "Gmove " input("destino: ")'],
    \['▷ git push         (Fugitive, salida por buffer)             ⌘ ,gp',
        \'Git! push'],
    \['▷ git pull         (Fugitive, salida por buffer)             ⌘ ,gP',
        \'Git! pull'],
    \['▷ git prompt       (Fugitive, salida por buffer)             ⌘ ,gi',
        \'exe "Git! " input("comando git: ")'],
    \['▷ git cd           (Fugitive)',
        \'Gcd'],
    \]
nnoremap <silent>[menu]g :Unite -silent -start-insert menu:git<CR>

My entire .vimrc, http://github.com/joedicastro/dotfiles/tree/master/vim

The vim-powerline theme, https://github.com/joedicastro/vim-powerline

@Shougo
Copy link
Owner Author

Shougo commented Jul 2, 2013

Thanks. I updated README.

@joedicastro
Copy link

Oh, Thanks to you, is an honor!

Maybe them is better to have the updated screenshot for that exact config (I'm still creating a lot of Unite menus, one for area/plugin, and changing them a lot):

unite_git_menu

@Shougo
Copy link
Owner Author

Shougo commented Jul 2, 2013

What are the difference from old screenshot?

@joedicastro
Copy link

The candidates order, and the descriptions of two of then. It matches exactly with the code. Is a little difference.

@Shougo
Copy link
Owner Author

Shougo commented Jul 2, 2013

OK. I updated it.

@ReneFroger
Copy link

https://www.youtube.com/v/Ey6Gs_QApzk&hd=1

Could you add this video as thumbnail to Unite page? I think this is a good introduction about the possibilities of Unite.

@Shougo
Copy link
Owner Author

Shougo commented Oct 13, 2014

Thank you. I added it.

@ReneFroger
Copy link

Please replace the link with this one: https://www.youtube.com/watch?v=fwqhBSxhGU0&hd=1

It have a better resolution than the previous video.

@Shougo
Copy link
Owner Author

Shougo commented Oct 14, 2014

Thank you. I updated it.

@ReneFroger
Copy link

Not a issue. But I would like to let you know about the discussion Emacs Helm vs Unite.

In the demo of Helm, I saw many features which I found not so good alternatives for in Unite. Maybe it might give you some creative ideas.

@Shougo
Copy link
Owner Author

Shougo commented Oct 29, 2014

Well, I have not much time...
Can you tell me the "many features which I found not so good alternatives for in Unite"?
I can answer it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants