dots-of-war/files/nix-stuff/nixpkgs/modules/term/zsh/keybinds.zsh
2020-09-07 21:04:03 +02:00

8 lines
209 B
Bash

_pipr_expand_widget() {
emulate -LR zsh
</dev/tty pipr --out-file /tmp/pipr_out --default "$LBUFFER" >/dev/null
LBUFFER=$(< /tmp/pipr_out)
}
zle -N _pipr_expand_widget
bindkey '\ea' _pipr_expand_widget