Does CTRL+Z word for undoing a paste?
lancepollard opened this issue · 1 comments
lancepollard commented
Does CTRL+Z word for undoing a paste? It doesn't seem to work for me, how do you get it to work?
How about CTRL+SHIFT+Z to redo?
nadbm commented
No these do not work out of the box. You need to maintain your own state and monitor keypresses CTRL+Z
commands to go back to a previous state.