akermu / emacs-libvterm

Emacs libvterm integration
GNU General Public License v3.0
1.69k stars 135 forks source link

Deleting commands in evil-mode does not work #160

Open codygman opened 5 years ago

codygman commented 5 years ago

If I have:

$ ls /Users/codygman

I can go to the beginning of the line with ^, but doing D (delete from point to end of line) gives the error buffer is readonly: #<<vterm>>.

It works for me to use emacs bindings C-a C-k though.

This would probably be a useful feature for other evil users too.

If I found time to try and implement this, is there any direction you could give on what's necessary?

Sbozzolo commented 4 years ago

Sorry if this issue has been sitting here for a while. I am not evil user.

Can you bind D to vterm-send-C-k?

cyruseuros commented 4 years ago

There would be a whole lot of bindings that need remapping. That said I don't see another way. It should probably be a package like vterm-toggle

codygman commented 4 years ago

I can't get to this now, but its on my list.

blahgeek commented 3 years ago

https://github.com/akermu/emacs-libvterm/issues/313#issuecomment-708883758