WIP: home: vim: notify
This commit is contained in:
parent
7ace62da72
commit
5c9394f5e5
4 changed files with 18 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
local wk = require("which-key")
|
||||
local telescope = require("telescope")
|
||||
local telescope_builtin = require("telescope.builtin")
|
||||
|
||||
local keys = {
|
||||
|
|
@ -9,6 +10,7 @@ local keys = {
|
|||
F = { telescope_builtin.find_files, "Files" },
|
||||
g = { telescope_builtin.live_grep, "Grep string" },
|
||||
G = { telescope_builtin.grep_string, "Grep string under cursor" },
|
||||
n = { telescope.extensions.notify.notify, "Notification history" },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue