File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
tests/test-sources/plugins/bufferlines Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 12
12
next = "Next" ;
13
13
movePrevious = "MovePrevious" ;
14
14
moveNext = "MoveNext" ;
15
+ moveStart = "MoveStart" ;
16
+ scrollLeft = "ScrollLeft" ;
17
+ scrollRight = "ScrollRight" ;
15
18
goTo1 = "Goto 1" ;
16
19
goTo2 = "Goto 2" ;
17
20
goTo3 = "Goto 3" ;
21
24
goTo7 = "Goto 7" ;
22
25
goTo8 = "Goto 8" ;
23
26
goTo9 = "Goto 9" ;
27
+ first = "First" ;
24
28
last = "Last" ;
25
29
pin = "Pin" ;
30
+ restore = "Restore" ;
26
31
close = "Close" ;
32
+ closeAllButCurrent = "CloseAllButCurrent" ;
33
+ closeAllButVisible = "CloseAllButVisible" ;
34
+ closeAllButPinned = "CloseAllButPinned" ;
35
+ closeAllButCurrentOrPinned = "CloseAllButCurrentOrPinned" ;
36
+ closeBuffersLeft = "CloseBuffersLeft" ;
37
+ closeBuffersRight = "CloseBuffersRight" ;
38
+ wipeout = "Wipeout" ;
27
39
pick = "Pick" ;
40
+ pickDelete = "PickDelete" ;
28
41
orderByBufferNumber = "OrderByBufferNumber" ;
42
+ orderByName = "OrderByName" ;
29
43
orderByDirectory = "OrderByDirectory" ;
30
44
orderByLanguage = "OrderByLanguage" ;
31
45
orderByWindowNumber = "OrderByWindowNumber" ;
Original file line number Diff line number Diff line change 14
14
key = "<C-w>" ;
15
15
options . desc = "Barbar close tab" ;
16
16
} ;
17
+ restore . key = "<C-S-t>" ;
17
18
} ;
18
19
} ;
19
20
} ;
You can’t perform that action at this time.
0 commit comments