Files
coyote/scripts/shell-integration/integration.bash
T

7 lines
187 B
Bash

_coyote_bash() {
if [[ -n "$READLINE_LINE" ]]; then
READLINE_LINE=$(coyote -e "$READLINE_LINE")
READLINE_POINT=${#READLINE_LINE}
fi
}
bind -x '"\ee": _coyote_bash'