diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-22 11:49:08 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-22 11:49:08 +0000 |
commit | 7e172ae262bdac527acfa388c3c9ebca1f216298 (patch) | |
tree | 4fc1bcff1b8ee2ebf56b2239802c080f7e50b5c7 | |
parent | 39ec2c3e32bc4f446c02a1d8e49cf931e0336ed3 (diff) |
added a new helm keybinding (for bookmarks)
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |