]> arthur.barton.de Git - ax-zsh.git/blob - core/10_keyboard/10_keyboard.zshrc
3c52190b8e1e0a4753b225f0d93bce1db2a25100
[ax-zsh.git] / core / 10_keyboard / 10_keyboard.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # 10_keyboard.zshrc: Initialize keyboard settings
3
4 bindkey -e
5
6 # Allow editing of the current command line in $EDITOR
7 autoload -U edit-command-line
8 zle -N edit-command-line
9 bindkey '\C-x\C-e' edit-command-line