mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
modularized zshrc
This commit is contained in:
parent
cf509c03fc
commit
d1bec20d74
9 changed files with 147 additions and 125 deletions
9
zsh/keybindings
Normal file
9
zsh/keybindings
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue