Differences between revisions 8 and 9
Revision 8 as of 2012-11-30 22:04:10
Size: 1258
Editor: SamatJain
Comment:
Revision 9 as of 2015-12-23 20:27:23
Size: 1310
Editor: SamatJain
Comment: zsh-syntax-highlighting
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:

== Debian packages ==

zsh-syntax-highlighting

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

Debian packages

zsh-syntax-highlighting

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