#이맥스 #미니버퍼 #반복 #재시작 vertico-next

#이맥스 #미니버퍼 #반복 #재시작 vertico-next

2024-09-08 Note autocompletion emacs notes

emacs 에서 Vertico-repeat 의미

Emacs에서 Vertico-repeat는 Vertico 모드에서 이전에 실행한 미니버퍼 세션을 반복하게 해주는 명령어입니다. 이를 통해 사용자는 이전에 실행 중이던 검색 또는 명령 실행 상태를 간편하게 다시 불러올 수 있습니다. 예를 들어, 파일을 열거나 명령을 실행하려다 중단한 경우, 다시 처음부터 검색할 필요 없이 Vertico-repeat 명령을 통해 마지막 상태에서 다시 진행할 수 있게 됩니다. 이렇게 하면 작업의 효율성을 높이고 시간을 절약할 수 있습니다. Joy of Coding과 같은 추가 패키지와 함께 사용하면 더욱 강력한 워크플로우를 구축할 수 있습니다.

#관련코드


  ;; (use-package! citar
  ;;   :bind (:map org-mode-map
  ;;          ("C-c b" . citar-insert-citation)
  ;;          :map minibuffer-local-map
  ;;          ("M-r" . vertico-repeat)
  ;;          ("M-b" . citar-insert-preset))
  ;;   :init
  ;;   ;; Allows you to customize what citar-open does
  ;;   (setq citar-file-open-functions '(("html" . citar-file-open-external)
  ;;                                     ;; ("pdf" . citar-file-open-external)
  ;;                                     (t . find-file)))
  ;;   )

Related-Notes

References

마지막 수정일자