update mapping
This commit is contained in:
parent
3e35052d41
commit
87720f6ee7
1 changed files with 3 additions and 1 deletions
|
@ -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>";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue