update mapping

This commit is contained in:
Adithya 2023-08-06 18:47:47 +05:30
parent 3e35052d41
commit 87720f6ee7
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -48,9 +48,11 @@
action = "<cmd>noh<Return>";
};
"<leader>w" = {
action = "<cmd>bdelete<CR><cmd>bnext<Return>";
silent = true;
action = "<cmd>bdelete<Return><cmd>bnext<Return>";
};
"<leader>1" = {
silent = true;
action = "<cmd>:Neotree toggle<Return>";
};
};