diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-25 12:46:16 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-25 12:46:16 +0200 |
commit | 3fce37eb553889ae71255dcbefda603149eaa4bc (patch) | |
tree | 2269bd67bba91638877cc4d6aa35943e5dbbc348 /fnl/plugins/editor | |
parent | 373d7b552d79c9cb8e1d027346f0f915f5000d5e (diff) |
Add find org files
Diffstat (limited to 'fnl/plugins/editor')
-rw-r--r-- | fnl/plugins/editor/orgmode.fnl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fnl/plugins/editor/orgmode.fnl b/fnl/plugins/editor/orgmode.fnl index ed7d2a5..81239ee 100644 --- a/fnl/plugins/editor/orgmode.fnl +++ b/fnl/plugins/editor/orgmode.fnl @@ -2,6 +2,9 @@ (local keys [{1 :ga 2 :<cmd>OrgAgendaPrompt<cr> :desc "Open agenda prompt"} {1 :gc 2 :<cmd>OrgCapturePrompt<cr> :desc "Open capture prompt"} + {1 :go + 2 ":Telescope find_files theme=dropdown cwd=~/.local/share/org<CR>" + :desc "Find org file"} {1 :gm 2 "<cmd>Telescope orgmode search_headings theme=dropdown<cr>" :desc "Search headings"}]) |