@@ -331,7 +331,6 @@ func (k KeyBind) String() string {
331
331
k .writeKeyBind (& b , actionAlternate , "alternate rows of style toggle" )
332
332
k .writeKeyBind (& b , actionLineNumMode , "line number toggle" )
333
333
k .writeKeyBind (& b , actionPlain , "original decoration toggle(plain)" )
334
- k .writeKeyBind (& b , actionHideOther , "toggle hide other section" )
335
334
336
335
writeHeader (& b , "Change Display with Input" )
337
336
k .writeKeyBind (& b , actionViewMode , "view mode selection" )
@@ -349,7 +348,8 @@ func (k KeyBind) String() string {
349
348
k .writeKeyBind (& b , actionPrevSection , "previous section" )
350
349
k .writeKeyBind (& b , actionLastSection , "last section" )
351
350
k .writeKeyBind (& b , actionFollowSection , "follow section mode toggle" )
352
- k .writeKeyBind (& b , actionSectionNum , "section header number" )
351
+ k .writeKeyBind (& b , actionSectionNum , "number of section header lines" )
352
+ k .writeKeyBind (& b , actionHideOther , "toggle hide other section" )
353
353
354
354
writeHeader (& b , "Close and reload" )
355
355
k .writeKeyBind (& b , actionCloseFile , "close file" )
0 commit comments