Differences between revisions 5 and 6
Revision 5 as of 2012-06-29 09:13:31
Size: 780
Editor: SamatJain
Comment: Speeding up git completion
Revision 6 as of 2012-09-30 20:43:24
Size: 882
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
 * [[http://fendrich.se/blog/2012/09/28/no/|No, really. Use Zsh. - IFHO]]: On using oh-my-zsh, etc

vi-mode editing:

bindkey -v

Speeding up git completion

   1 __git_files () {
   2     _wanted files expl ‘local files’ _files
   3 }

from Zsh and slow git completion

SamatsWiki: Zsh (last edited 2020-06-10 01:30:41 by SamatJain)