allow in visual mode
This commit is contained in:
parent
dbb79dd46b
commit
ea76caa3ca
2 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,6 @@ return {
|
|||
vim.notify = require("notify")
|
||||
end,
|
||||
keys = {
|
||||
{ "<leader>fn", "<cmd>Telescope notify<cr>", desc = "Telescope search notifications" },
|
||||
{ "<leader>fn", "<cmd>Telescope notify<cr>", desc = "Telescope search notifications", mode ={"n", "v", "x"} },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue