Size: 544
Comment:
|
Size: 1093
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
* [[http://grml.org/zsh/|grml's zsh resources]] * [[http://fendrich.se/blog/2012/09/28/no/|No, really. Use Zsh. - IFHO]]: On using oh-my-zsh, etc == Configuration starting points == * [[https://github.com/sorin-ionescu/prezto|Prezto]] — fork of oh-my-zsh, supposed to be more modular and faster? == 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
No, really. Use Zsh. - IFHO: On using oh-my-zsh, etc
Configuration starting points
Prezto — fork of oh-my-zsh, supposed to be more modular and faster?