Add helm-based org searching commands
This commit is contained in:
parent
31291af29d
commit
a1b57eda3a
5 changed files with 36 additions and 15 deletions
|
@ -124,8 +124,6 @@
|
|||
:nv "]" 'helm-etags-select
|
||||
:nv "a" 'helm-projectile-find-other-file
|
||||
:nv "E" (λ (in! narf-emacs-dir (helm-projectile-find-file)))
|
||||
:nv "n" (λ (in! org-directory (helm-projectile-find-file)))
|
||||
:nv "N" 'narf:org-search-files-or-headers
|
||||
:nv "m" 'helm-recentf
|
||||
:nv "M" 'helm-projectile-recentf ; recent PROJECT files
|
||||
:nv "p" 'helm-projectile-switch-project
|
||||
|
@ -144,7 +142,15 @@
|
|||
:n "ol" (λ (narf-open-with "LaunchBar"))
|
||||
:n "oL" (λ (narf-open-with "LaunchBar" default-directory))
|
||||
:n "ot" (λ (narf:tmux-chdir nil t))
|
||||
:n "oT" 'narf:tmux-chdir)
|
||||
:n "oT" 'narf:tmux-chdir
|
||||
|
||||
;; Org
|
||||
:nv "n." (λ (in! org-directory (let ((helm-ff-skip-boring-files t)) (helm-find-files-1 org-directory))))
|
||||
:nv "n/" 'narf/helm-org-search
|
||||
:nv "np" 'narf/helm-org-projects
|
||||
:nv "nc" 'narf/helm-org-contacts
|
||||
:nv "ni" 'narf/helm-org-invoices
|
||||
:nv "nw" 'narf/helm-org-writing)
|
||||
|
||||
;; <localleader>
|
||||
(:prefix "\\"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue