diff options
Diffstat (limited to 'init/bindings.el')
-rw-r--r-- | init/bindings.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/init/bindings.el b/init/bindings.el index edb1b9c0ab71..b8af7751f16e 100644 --- a/init/bindings.el +++ b/init/bindings.el @@ -54,4 +54,10 @@ ;; Open Fefes Blog (global-set-key (kbd "C-c C-f") 'fefes-blog) +;; Open a file in project: +(global-set-key (kbd "C-c f") 'project-find-file) + +;; Interactively filter lines in current buffer: +(global-set-key (kbd "C-c o") 'helm-occur) + (provide 'bindings) |