housekeeping: fugitive & telescope mappings

This commit is contained in:
Bogdan Buduroiu 2025-05-02 10:28:14 +08:00
parent 8c26eb3c54
commit 4a15543ae7
Signed by: bruvduroiu
GPG key ID: A8722B2334DE9499
3 changed files with 4 additions and 9 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.aider*

View file

@ -1,4 +1,4 @@
require "nvchad.mappings"
require("nvchad.mappings")
-- add yours here
@ -14,3 +14,4 @@ map("n", "<C-f>", "<cmd> Telescope live_grep<cr>")
map("n", "<leader>fs", "<cmd> Telescope grep_string<cr>")
map("n", "<leader>fb", "<cmd> Telescope buffers<cr>")
map("n", "<leader>fh", "<cmd> Telescope help_tags<cr>")
map("n", "<leader>co", "<cmd> Telescope git_branches<cr>")

View file

@ -34,6 +34,7 @@ return {
cmd = { "Git", "G", "Gdiffsplit", "Gvdiffsplit", "Gwrite", "Gread", "Ggrep", "GMove", "GDelete", "GBrowse" },
keys = {
{ "<leader>gs", "<cmd>vertical Git<cr>" },
{ "<leader>gb", "<cmd>Git blame<cr>" },
desc = "Open Fugitive",
},
opts = {
@ -167,14 +168,6 @@ return {
},
},
},
{
"knubie/vim-kitty-navigator",
enabled = true,
lazy = false,
build = {
"cp ./*.py ~/.config/kitty/",
},
},
{
"gfontenot/vim-xcode",
enabled = true,