icloud notes directory

This commit is contained in:
Noah Masur
2021-11-14 20:31:31 -05:00
parent 16e4165d14
commit e58763a168
2 changed files with 9 additions and 9 deletions

View File

@ -521,7 +521,7 @@ key("n", "<Leader>fu", ":lcd ..<CR>", {silent=true})
key("n", "<Leader><Tab>", ":b#<CR>", {silent=true})
key("n", "<Leader>gr", ":!gh repo view -w<CR><CR>", {silent=true})
key("n", "<Leader>tt",
[[<Cmd>exe 'edit ~/notes/journal/'.strftime("%Y-%m-%d_%a").'.md'<CR>]]
[[<Cmd>exe 'edit $NOTES_PATH/journal/'.strftime("%Y-%m-%d_%a").'.md'<CR>]]
)
-- Window commands