7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
fn _coyote_elvish {
|
|
var line = (edit:current-command)
|
|
var new-line = (coyote -e $line)
|
|
edit:replace-input $new-line
|
|
}
|
|
|
|
edit:insert:binding[Alt-e] = $_coyote_elvish |