close buffer
This commit is contained in:
parent
b0a107c60e
commit
116dd6b382
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@
|
||||||
silent = true;
|
silent = true;
|
||||||
action = ":noh<Return>";
|
action = ":noh<Return>";
|
||||||
};
|
};
|
||||||
|
"<leader>w" = {
|
||||||
|
silent = true;
|
||||||
|
action = ":bdelete<Return>:bnext<Return>";
|
||||||
|
};
|
||||||
"<leader>1" = {
|
"<leader>1" = {
|
||||||
silent = true;
|
silent = true;
|
||||||
action = ":NvimTreeToggle<Return>";
|
action = ":NvimTreeToggle<Return>";
|
||||||
|
|
Loading…
Reference in a new issue