27022024-2

This commit is contained in:
foozzi 2024-02-27 22:43:38 -05:00
parent e172c1bd99
commit 288955c4cf
2 changed files with 3 additions and 1 deletions

View file

@ -29,7 +29,7 @@ end
M.search_title = function()
require("telescope.builtin").live_grep({
prompt_title = "Search by zettel title",
default_text = "^title: ",
default_text = "^raw_title: ",
attach_mappings = function(_, map)
map("n", "<c-i>", paste_titled_link())
map("i", "<c-i>", paste_titled_link())