mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(keymaps): wrong mapping
This commit is contained in:
parent
600f7e03b0
commit
a04f6ab28e
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ return {
|
||||||
{ k.picker_find_files_cwd, LazyVim.pick("files", { root = false }), desc = "Find Files (cwd)" },
|
{ k.picker_find_files_cwd, LazyVim.pick("files", { root = false }), desc = "Find Files (cwd)" },
|
||||||
{ k.picker_find_git_files, "<cmd>Telescope git_files<cr>", desc = "Find Files (git-files)" },
|
{ k.picker_find_git_files, "<cmd>Telescope git_files<cr>", desc = "Find Files (git-files)" },
|
||||||
{ k.picker_find_recent_files, "<cmd>Telescope oldfiles<cr>", desc = "Recent" },
|
{ k.picker_find_recent_files, "<cmd>Telescope oldfiles<cr>", desc = "Recent" },
|
||||||
{ k.picker_find_files_cwd, LazyVim.pick("oldfiles", { cwd = vim.uv.cwd() }), desc = "Recent (cwd)" },
|
{ k.picker_find_recent_files_cwd, LazyVim.pick("oldfiles", { cwd = vim.uv.cwd() }), desc = "Recent (cwd)" },
|
||||||
-- git
|
-- git
|
||||||
{ k.picker_git_commits, "<cmd>Telescope git_commits<CR>", desc = "Commits" },
|
{ k.picker_git_commits, "<cmd>Telescope git_commits<CR>", desc = "Commits" },
|
||||||
{ k.picker_git_status, "<cmd>Telescope git_status<CR>", desc = "Status" },
|
{ k.picker_git_status, "<cmd>Telescope git_status<CR>", desc = "Status" },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue