This commit is contained in:
Hadi 2024-06-28 15:02:53 +02:00
parent 1f35859f2c
commit 921c359693
2 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
programs.nixvim.keymaps = [
{
key = "<leader>e";
key = "<leader>E";
action = "<CMD>Neotree toggle<CR>";
options.desc = "Neotree Toggle";
}
@ -46,7 +46,7 @@
}
{
key = "<leader>E";
key = "<leader>e";
action = "<cmd>Oil<cr>";
options.desc = "Oil";
}

View File

@ -16,14 +16,13 @@
ruler = false;
showcmd = false;
};
tmux = { enabled = false; };
twilight = { enabled = false; };
tmux = { enabled = true; };
};
window = {
backdrop = 0.95;
height = 1;
options = { signcolumn = "no"; };
width = 0.8;
width = 0.9;
};
};
};