Skip to content

Commit 4077624

Browse files
epwalshgithub-actions[bot]
authored andcommitted
chore(docs): auto generate docs
1 parent 2cb8b3d commit 4077624

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/obsidian.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,12 +467,18 @@ carefully and customize it to your needs:
467467
name = "telescope.nvim",
468468
-- Optional, configure key mappings for the picker. These are the defaults.
469469
-- Not all pickers support all mappings.
470-
mappings = {
470+
note_mappings = {
471471
-- Create a new note from your query.
472472
new = "<C-x>",
473473
-- Insert a link to the selected note.
474474
insert_link = "<C-l>",
475475
},
476+
tag_mappings = {
477+
-- Add tag(s) to current note.
478+
tag_note = "<C-x>",
479+
-- Insert a tag at the current location.
480+
insert_tag = "<C-l>",
481+
},
476482
},
477483

478484
-- Optional, sort search results by "path", "modified", "accessed", or "created".

0 commit comments

Comments
 (0)