Skip to content

Commit 2cb8b3d

Browse files
committed
Fix picker config example in README
1 parent ae1f76a commit 2cb8b3d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,12 +411,18 @@ This is a complete list of all of the options that can be passed to `require("ob
411411
name = "telescope.nvim",
412412
-- Optional, configure key mappings for the picker. These are the defaults.
413413
-- Not all pickers support all mappings.
414-
mappings = {
414+
note_mappings = {
415415
-- Create a new note from your query.
416416
new = "<C-x>",
417417
-- Insert a link to the selected note.
418418
insert_link = "<C-l>",
419419
},
420+
tag_mappings = {
421+
-- Add tag(s) to current note.
422+
tag_note = "<C-x>",
423+
-- Insert a tag at the current location.
424+
insert_tag = "<C-l>",
425+
},
420426
},
421427

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

0 commit comments

Comments
 (0)