This commit is contained in:
Charlie Root 2024-07-22 22:46:11 +02:00
commit 46d79f6f18
12 changed files with 151 additions and 57 deletions

View file

@ -1,7 +1,7 @@
{
programs.neovim-flake.settings.vim.maps = {
normal = {
"<leader>gg".action = "<cmd>LazyGit<CR>";
# "<leader>gg".action = "<cmd>LazyGit<CR>";
# General
"<leader>fd".action = "<cmd>lua vim.g.formatsave = not vim.g.formatsave<CR>";
"<leader>zt".action = ":<C-U>let g:default_terminal = v:count1<CR>";