-
Notifications
You must be signed in to change notification settings - Fork 223
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
Comments
興味深いことに、unite.vimでgoogle画像検索すると http://ujihisa.blogspot.com にある が一番に出て来ました。 |
Thanks. I added screenshots. |
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? |
@csexton 👍 |
Yes. I want to get more screenshots. |
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 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) |
What are your customization? |
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. |
Yes. |
@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 |
Thanks. I updated README. |
What are the difference from old screenshot? |
The candidates order, and the descriptions of two of then. It matches exactly with the code. Is a little difference. |
OK. I updated it. |
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. |
Thank you. I added it. |
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. |
Thank you. I updated it. |
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. |
Well, I have not much time... |
I think unite.vim needs screenshot in README.
If you have good screenshots for unite.vim README, can you add it in this issue?
The text was updated successfully, but these errors were encountered: