Differences between revisions 6 and 7
Revision 6 as of 2012-09-30 20:43:24
Size: 882
Editor: SamatJain
Comment:
Revision 7 as of 2012-10-03 07:07:59
Size: 1093
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
 * [[http://grml.org/zsh/|grml's zsh resources]]
Line 12: Line 14:

== Configuration starting points ==

 * [[https://github.com/sorin-ionescu/prezto|Prezto]] — fork of oh-my-zsh, supposed to be more modular and faster?

vi-mode editing:

bindkey -v

Configuration starting points

  • Prezto — fork of oh-my-zsh, supposed to be more modular and faster?

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)