Differences between revisions 9 and 13 (spanning 4 versions)
Revision 9 as of 2015-12-23 20:27:23
Size: 1310
Editor: SamatJain
Comment: zsh-syntax-highlighting
Revision 13 as of 2020-06-10 01:30:41
Size: 1645
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
 * [[https://www.dustri.org/b/my-zsh-configuration.html|Julien (jvoisin) Voisin's zsh configuration]]
Line 15: Line 16:
 * [[https://github.com/rimraf/k|k]]: colored ls for zsh
Line 30: Line 32:
== Plugins to try ==

 * zsh-histdb — Stores history in SQLite database with timestamp, current working directory, hostname, session id, etc.
Line 32: Line 38:
zsh-antigen
zsh-lovers

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

Plugins to try

  • zsh-histdb — Stores history in SQLite database with timestamp, current working directory, hostname, session id, etc.

Debian packages

zsh-antigen zsh-lovers zsh-syntax-highlighting

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