telescope: add missing mappings, cleanup (#469)

This commit is contained in:
diniamo 2024-11-15 08:17:54 +01:00 committed by GitHub
parent 8099b9c821
commit 2bce0d957b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,6 +39,7 @@ in {
(mkSetLznBinding "n" mappings.buffers "<cmd>Telescope buffers<CR>")
(mkSetLznBinding "n" mappings.helpTags "<cmd>Telescope help_tags<CR>")
(mkSetLznBinding "n" mappings.open "<cmd>Telescope<CR>")
(mkSetLznBinding "n" mappings.resume "<cmd>Telescope resume<CR>")
(mkSetLznBinding "n" mappings.gitCommits "<cmd>Telescope git_commits<CR>")
(mkSetLznBinding "n" mappings.gitBufferCommits "<cmd>Telescope git_bcommits<CR>")
@ -63,7 +64,7 @@ in {
)
++ (
optionals config.vim.projects.project-nvim.enable [
(mkSetLznBinding "n" mappings.findProjects "<cmd Telescope projects<CR>")
(mkSetLznBinding "n" mappings.findProjects "<cmd>Telescope projects<CR>")
]
);
};