Skip to content

Commit

Permalink
zk: add mapping to navigate cf in zettel
Browse files Browse the repository at this point in the history
Signed-off-by: aserowy <serowy@hotmail.com>
  • Loading branch information
aserowy committed Nov 21, 2024
1 parent 03650ff commit f9f1ed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/mappings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ local function zettelkasten()
["<leader>zl"] = "<cmd>ZkLinks<CR>",
["<leader>zn"] = "<cmd>ZkNew { title = vim.fn.input('Title: '), dir = 'zettel' }<CR>",
["<leader>zd"] = "<cmd>ZkNew { dir = 'journal' }<CR>",
["<leader>zf"] = "/\\*\\*CF:\\*\\*<cr>W:lua require'telescope.builtin'.lsp_definitions()<cr>",
})

keymaps.register({ "v" }, {
Expand Down

0 comments on commit f9f1ed2

Please sign in to comment.