Helm: Remap bookmark-jump and bookmark-set keys to use Helm.

master
Pierre Neidhardt 2021-02-21 16:24:48 +01:00
parent 8043d80fd8
commit 9a4dddacf2
1 changed files with 2 additions and 0 deletions

View File

@ -179,6 +179,8 @@ Requires `call-process-to-string' from `functions'."
(global-set-key [remap execute-extended-command] 'helm-M-x)
(global-set-key [remap find-file] 'helm-find-files)
(global-set-key [remap occur] 'helm-occur)
(global-set-key [remap bookmark-jump] 'helm-filtered-bookmarks)
(global-set-key [remap bookmark-set] 'helm-filtered-bookmarks)
(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)