mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 15:34:40 +01:00
4 lines
134 B
Bash
4 lines
134 B
Bash
# bind special keys according to readline configuration
|
|
eval "$(sed -n 's/#.*//; s/^/bindkey /; s/: / /p' ~/.inputrc)"
|
|
|
|
# vim: ft=zsh
|