nvim: better cd mappings for ac and of
This commit is contained in:
@ -4,3 +4,5 @@ require("orgmode").setup({
|
||||
org_agenda_files = { "~/docs/org/*" },
|
||||
org_default_notes_file = "~/docs/org/main.org",
|
||||
})
|
||||
|
||||
vim.keymap.set("n", "<leader>of", ":Telescope find_files search_dirs=~/docs/org<CR>")
|
||||
|
||||
Reference in New Issue
Block a user