summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-11-22 11:49:08 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-11-22 11:49:08 +0000
commit7e172ae262bdac527acfa388c3c9ebca1f216298 (patch)
tree4fc1bcff1b8ee2ebf56b2239802c080f7e50b5c7
parent39ec2c3e32bc4f446c02a1d8e49cf931e0336ed3 (diff)
added a new helm keybinding (for bookmarks)
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 244e0c3..5a7c567 100644
--- a/init.el
+++ b/init.el
@@ -237,6 +237,7 @@ Restart works only on graphic display."
(require 'helm-config)
(helm-mode 1))
(global-set-key (kbd "C-x C-f") 'helm-find-files)
+(global-set-key (kbd "C-x r b") #'helm-filtered-bookmarks)
(global-set-key (kbd "C-x b") 'helm-mini)
(global-set-key (kbd "M-x") 'helm-M-x)