Textarea undo redo
INFO
$ vimb --bug-info
Version: 3.6.0-32-g55fb9cc
WebKit compile: 2.30.5
WebKit run: 2.30.5
GTK compile: 3.24.25
GTK run: 3.24.25
libsoup compile: 2.72.0
libsoup run: 2.72.0
Extension dir: /usr/lib/vimb
Steps to reproduce
it seems vimb does not support undo/redo in textarea, I know open it in
external editor with CTRL+t is an option, but for small text editing it is just
handy if undo(CTRL+z)/redo(CTRL+y) could be supported, since CTRL+z is
reserved for pass-through mode, how can we resolve this issue? any other ideas?
Expected behaviour
keyboard shortcut to allow undo and redo text editing.
Actual behaviour
CTRL+Z reserved for pass-through mode, feature missing.
@RFDAJE That feature sounds nice to me. I'm not sure if webkit provides undo/redo for form fields by default. But it might already exist so that we can map new keys to fire the keyevents webkit uses.
This issue has been automatically marked as stale because it has not had activity within the last 60 days.