diff options
author | Franck Cuny <franck@fcuny.net> | 2021-03-27 11:45:20 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-03-27 11:45:20 -0700 |
commit | d66bc657fff98cca6fa8a4cd8bcbcf284ade69c7 (patch) | |
tree | 67d17fd18435e00fd0a0ca78b0f7081c8605e55a | |
parent | x11: set DPI to 128 (diff) | |
download | emacs.d-d66bc657fff98cca6fa8a4cd8bcbcf284ade69c7.tar.gz |
emacs: more bindings for counsel
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-navigation.el | 4 |
1 files changed, 4 insertions, 0 deletions
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\\'") |