Is fast (repeated) undo possible in emacs?

前端 未结 4 1681
迷失自我
迷失自我 2021-01-03 21:11

I use emacs and I have a problem with it\'s undo.

(Sorry, maybe this is a stupid question, but I did not find anything about it in the internet, whilst it should be

4条回答
  •  情歌与酒
    2021-01-03 21:33

    Hold down Alt, type 2 0 0, then press CTRL+x u.

    This gives an argument of 200 to the operation you are going to perform next (e.g. undo), so it applies that operation 200 times.

    By the way, CTRL+/ is also mapped to "undo", if you would like to use fewer keystrokes.

提交回复
热议问题