Skip to content

Commit

Permalink
Loop over clipboard (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienWehrle authored Sep 11, 2024
1 parent 79e060c commit 953f487
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,12 @@
("C-o" . loccur-isearch)
)))

;; show clipboard history (in buffer)
(global-set-key (kbd "M-y") 'helm-show-kill-ring)

;; loop over clipboard history (in minibuffer)
(global-set-key (kbd "C-t") 'yank-pop)

;; use helm mainly for pattern search
(add-to-list 'load-path "~/.emacs.d/helm")
(require 'helm-config)
Expand Down

0 comments on commit 953f487

Please sign in to comment.