plugins/barbar: add keymaps.* options for missing actions

Co-authored-by: Ismaïl Senhaji <134528+iSma@users.noreply.github.com>
This commit is contained in:
Gaetan Lepage 2024-05-31 23:49:30 +02:00 committed by Gaétan Lepage
parent 1c270521ad
commit 34d56c712e
2 changed files with 15 additions and 0 deletions

View file

@ -12,6 +12,9 @@ let
next = "Next";
movePrevious = "MovePrevious";
moveNext = "MoveNext";
moveStart = "MoveStart";
scrollLeft = "ScrollLeft";
scrollRight = "ScrollRight";
goTo1 = "Goto 1";
goTo2 = "Goto 2";
goTo3 = "Goto 3";
@ -21,11 +24,22 @@ let
goTo7 = "Goto 7";
goTo8 = "Goto 8";
goTo9 = "Goto 9";
first = "First";
last = "Last";
pin = "Pin";
restore = "Restore";
close = "Close";
closeAllButCurrent = "CloseAllButCurrent";
closeAllButVisible = "CloseAllButVisible";
closeAllButPinned = "CloseAllButPinned";
closeAllButCurrentOrPinned = "CloseAllButCurrentOrPinned";
closeBuffersLeft = "CloseBuffersLeft";
closeBuffersRight = "CloseBuffersRight";
wipeout = "Wipeout";
pick = "Pick";
pickDelete = "PickDelete";
orderByBufferNumber = "OrderByBufferNumber";
orderByName = "OrderByName";
orderByDirectory = "OrderByDirectory";
orderByLanguage = "OrderByLanguage";
orderByWindowNumber = "OrderByWindowNumber";

View file

@ -14,6 +14,7 @@
key = "<C-w>";
options.desc = "Barbar close tab";
};
restore.key = "<C-S-t>";
};
};
};