Helm: Do not remap `exchange-point-and-mark since Evil needs it in visual mode

master
Pierre Neidhardt 2017-10-24 17:12:39 +01:00
parent 4f648d8df5
commit 3720313b24
1 changed files with 2 additions and 1 deletions

View File

@ -173,7 +173,8 @@ Requires `call-process-to-string' from `functions'."
(global-set-key [remap list-buffers] 'helm-mini)
;; (global-set-key [remap dabbrev-expand] 'helm-dabbrev)
(global-set-key [remap yank-pop] 'helm-show-kill-ring)
(global-set-key [remap exchange-point-and-mark] 'helm-mark-or-exchange-rect)
;;; Do not remap 'exchange-point-and-mark, Evil needs it in visual mode.
(global-set-key (kbd "C-x C-x") 'helm-mark-or-exchange-rect)
(global-set-key [remap apropos-command] 'helm-apropos)
(global-set-key [remap query-replace-regexp] 'helm-regexp)
(unless (boundp 'completion-in-region-function)