Differences between revisions 4 and 5
Revision 4 as of 2009-06-22 06:48:19
Size: 544
Editor: SamatJain
Comment:
Revision 5 as of 2012-06-29 09:13:31
Size: 780
Editor: SamatJain
Comment: Speeding up git completion
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:

== Speeding up git completion ==

{{{#!highlight sh
__git_files () {
    _wanted files expl ‘local files’ _files
}
}}}

from [[http://talkings.org/post/5236392664/zsh-and-slow-git-completion|Zsh and slow git completion]]

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)