Differences between revisions 10 and 11
Revision 10 as of 2015-12-28 03:59:46
Size: 1335
Editor: SamatJain
Comment:
Revision 11 as of 2015-12-28 04:00:43
Size: 1393
Editor: SamatJain
Comment: k
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
 * [[https://github.com/rimraf/k|k]]: colored ls for zsh

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-antigen zsh-lovers zsh-syntax-highlighting

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