From d66bc657fff98cca6fa8a4cd8bcbcf284ade69c7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 27 Mar 2021 11:45:20 -0700 Subject: emacs: more bindings for counsel --- emacs/custom/fcuny-navigation.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs/custom') diff --git a/emacs/custom/fcuny-navigation.el b/emacs/custom/fcuny-navigation.el index 42027fd..de17080 100644 --- a/emacs/custom/fcuny-navigation.el +++ b/emacs/custom/fcuny-navigation.el @@ -114,6 +114,10 @@ ("C-c i " . counsel-imenu) ("C-c f" . counsel-git) ("C-c /" . counsel-rg) + ("C-c m" . counsel-mark-ring) + ("C-c V" . counsel-describe-variable) + ("C-c C-l" . counsel-find-library) + ("C-c U" . counsel-unicode-char) ("C-x r l" . counsel-bookmark)) :custom (counsel-find-file-ignore-regexp "\\.git\\|\\.DS_Store\\|\\.localized\\'") -- cgit 1.4.1