版權聲明

所有的部落格文章都可以在右邊[blog文章原始檔案]下載最原始的文字檔案,並依你高興使用 docutil 工具轉換成任何對應的格式方便離線閱覽,除了集結成書販賣歡迎任意取用,引用

emacs Ctrl-X Ctrl-V Ctrl-C

如何將emacs設定如下:

Ctrl-X  Cut
Ctrl-C  Copy
Ctrl-V  Paste
  • 啟動cua-mode:

    M-x cua-mode
    
  • 要讓emacs每次啟動都有一樣的效果

    • 在.emacs中加上
;;Ctrl-x ctrl-x ctrl-v  (windows style)
(cua-mode t)
(transient-mark-mode 1) ;; No region when it is not highlighted
(setq cua-keep-region-after-copy t) ;; Standard Windows behaviour

沒有留言:

Related Posts with Thumbnails