-
I want picker = {
mappings = {},
}, picker = {
mappings = {
new = nil,
},
}, picker = {
mappings = {
new = "<C-F15>",
},
}, None of these have any effect, not even the last one. |
Beta Was this translation helpful? Give feedback.
Answered by
epwalsh
Jul 17, 2024
Replies: 1 comment 2 replies
-
Hey @Hubro, try: picker = {
note_mappings = {
new = "<C-F15>",
},
}, |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Hubro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @Hubro, try: