modularized zshrc

This commit is contained in:
Loic Nageleisen 2012-08-10 14:39:37 +02:00
parent cf509c03fc
commit d1bec20d74
9 changed files with 147 additions and 125 deletions

9
zsh/keybindings Normal file
View file

@ -0,0 +1,9 @@
# Use emacs keybindings even if our EDITOR is set to vi
bindkey -e
# bind some more keys, zsh only
bindkey "\e[Z" reverse-menu-complete # Shift+Tab
source $DOTFILES_ZSH_DIR/import_inputrc
# vim: ft=zsh