more keybindings
This commit is contained in:
parent
a781b34d10
commit
f7832e1d5b
1 changed files with 37 additions and 8 deletions
|
@ -14,12 +14,41 @@
|
||||||
{
|
{
|
||||||
mode = "n";
|
mode = "n";
|
||||||
action = "<cmd>BufferNext<cr>";
|
action = "<cmd>BufferNext<cr>";
|
||||||
key = "<leader><tab><tab>";
|
key = "<S-h>";
|
||||||
options = {
|
options = {
|
||||||
desc = "Next buffer";
|
desc = "Next buffer";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
mode = "n";
|
||||||
|
action = "<cmd>BufferPrevious<cr>";
|
||||||
|
key = "<S-l>";
|
||||||
|
options = {
|
||||||
|
desc = "Previous buffer";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
{
|
||||||
|
mode = "n";
|
||||||
|
action = "<cmd>BufferMovePrevious";
|
||||||
|
key = "<Shift><Ctrl>H";
|
||||||
|
options = {
|
||||||
|
desc = "Move buffer to left";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
mode = "n";
|
||||||
|
action = "<cmd>BufferMoveNext";
|
||||||
|
key = "<Shift><Ctrl>L";
|
||||||
|
options = {
|
||||||
|
desc = "Move buffer to right";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
{
|
{
|
||||||
mode = "n";
|
mode = "n";
|
||||||
action = "<cmd>BufferClose<cr>";
|
action = "<cmd>BufferClose<cr>";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue