emacs에서 정규식 찾기를 했고 난 뒤에 다시 그 정규식 찾기를 실행할 수 있는 단축키 없나요?
연속해서 찾기를 하고 싶습니다...
그리고 실행 시킨 명령을 취소하는 방법도 아시면 가르쳐 주세요~
redo: C-x ESC ESC undo: M-_
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html Korean Ver: http://cinsk.github.io/cfaqs/
search-forward-regexp 대신 isearch-forward-regexp 를 사용해보시는 것은 어떤지요.
redo: C-x ESC ESCundo: M-_
redo: C-x ESC ESC
undo: M-_
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
Korean Ver: http://cinsk.github.io/cfaqs/
search-forward-regexp 대신isearch-forwar
search-forward-regexp 대신
isearch-forward-regexp 를 사용해보시는 것은 어떤지요.