hannesm / jackline

minimalistic secure XMPP client in OCaml
BSD 2-Clause "Simplified" License
250 stars 20 forks source link

regression: C-<space> C-w C-y not implemented #126

Closed hannesm closed 7 years ago

cfcs commented 8 years ago

Ctrl-k works, but Ctrl-y doesn't. Slightly annoying.

duckdalbe commented 7 years ago

I'd be happy to have a working C-w for deleting the last word. Paste-buffer would be a surplus.

hannesm commented 7 years ago

@duckdalbe there you have your C-w, and @cfcs C-y is back as well... what is not there is C-SPACE (for mark, interoperating with C-w)....

duckdalbe commented 7 years ago

nice, thanks! :)