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;
|
||||
action = ":noh<Return>";
|
||||
};
|
||||
"<leader>w" = {
|
||||
silent = true;
|
||||
action = ":bdelete<Return>:bnext<Return>";
|
||||
};
|
||||
"<leader>1" = {
|
||||
silent = true;
|
||||
action = ":NvimTreeToggle<Return>";
|
||||
|
|
Loading…
Reference in a new issue