mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 15:34:40 +01:00
9 lines
208 B
Bash
9 lines
208 B
Bash
# 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
|