Compare commits

..

2 Commits

Author SHA1 Message Date
f17931992e Add keybinding for Neogit 2025-09-04 21:33:22 -04:00
fb7d780956 Don't use gitignore for Telescope find_files 2025-09-04 21:32:55 -04:00

View File

@@ -62,7 +62,7 @@
keymaps = { keymaps = {
"<C-f>" = "live_grep"; "<C-f>" = "live_grep";
"<C-p>" = "git_files"; "<C-p>" = "git_files";
"<C-o>" = "find_files"; "<C-o>" = "find_files no_ignore=true";
}; };
extensions = { extensions = {
@@ -206,6 +206,10 @@
action = "<Cmd>Neotree toggle right<CR>"; action = "<Cmd>Neotree toggle right<CR>";
key = "<leader>f"; key = "<leader>f";
} }
{
action = "<Cmd>Neogit<CR>";
key = "<C-g>";
}
{ {
action = "<Cmd>sp<CR><Cmd>wincmd j<CR><Cmd>term<CR>15<C-w>-i"; action = "<Cmd>sp<CR><Cmd>wincmd j<CR><Cmd>term<CR>15<C-w>-i";
key = "<leader>t"; key = "<leader>t";