From 9a66b3e20587e2ee46bf920d9e1217a2993dab33 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Wed, 30 Nov 2016 20:31:00 +0800 Subject: [PATCH] emacs - add C-o C-r invoke ivy-recentf --- emacs.d/config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.d/config.org b/emacs.d/config.org index 059eb3d..455ef21 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -667,7 +667,7 @@ Use [[https://github.com/DarwinAwardWinner/ido-ubiquitous][ido-ubiquitous]] for :ensure t :defer t :init - ;; (global-set-key (kbd "M-x") 'counsel-M-x) + (global-set-key (kbd "M-x") 'counsel-M-x) (global-set-key (kbd "C-h f") 'counsel-describe-function) (global-set-key (kbd "C-h v") 'counsel-describe-variable) ;; (set-face-attribute 'ivy-current-match nil :background "Orange" :foreground "black") @@ -3016,6 +3016,7 @@ Most use =C-o C-o= to switch buffers; =C-o x, v= to split window; =C-o o= to del ;; ("C-i" other-window nil :exit t) ("C-b" ido-switch-buffer nil :exit t) ("C-f" projectile-find-file nil :exit t) + ("C-r" ivy-recentf nil :exit t) ("C-p" persp-switch :exit t) ("C-t" projectile-persp-switch-project nil :exit t) -- 2.11.0