update keymaps
This commit is contained in:
parent
a6f234cc57
commit
c2227b86a2
7 changed files with 85 additions and 25 deletions
|
@ -17,7 +17,7 @@
|
|||
{
|
||||
# goto next buffer
|
||||
mode = ["n"];
|
||||
key = "<leader>bn";
|
||||
key = "]b";
|
||||
action = ":bnext<cr>";
|
||||
options = {
|
||||
silent = true;
|
||||
|
@ -27,7 +27,7 @@
|
|||
{
|
||||
# goto previous buffer
|
||||
mode = ["n"];
|
||||
key = "<leader>bp";
|
||||
key = "[b";
|
||||
action = ":bprevious<cr>";
|
||||
options = {
|
||||
silent = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue