Open sucrecacao opened 3 years ago
Try from Kakoune:
$ :send execute-keys xd
With your script:
$ del.sh
See also Custom connect commands.
Try from Kakoune:
$ :send execute-keys xd
That didn't work neither. I'm running the last version of connect.kak
(Might be a bug actually)
steps
create the following bash
del.sh
script:Open kakoune from kak-shell and run the command:
Currently nothing happen, but it would be nice if the
xd
keys got execute to delete a line.This would allow the use of
:send
and:get
within the plugin and script that get called by kakoune. And ease the writting