feat(bindings): Bind project-find-file & helm-occur globally
This commit is contained in:
parent
ace425793a
commit
ec3e2da506
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue