add key to browse dotfiles
This commit is contained in:
parent
7d96efd08d
commit
c1be6d2008
1 changed files with 3 additions and 0 deletions
|
@ -18,4 +18,7 @@ return {
|
|||
button.key_format = " %s"
|
||||
table.insert(opts.config.center, 5, button)
|
||||
end,
|
||||
keys = {
|
||||
{ "<leader>qc", "<cmd>Telescope find_files cwd=~/.local/share/chezmoi<CR>", desc = "Find in dotfiles" },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue