refactor: actual description of mapping

This commit is contained in:
fiplox 2023-01-29 14:01:27 +01:00
parent de592551df
commit b76b68a90d
1 changed files with 2 additions and 2 deletions

View File

@ -175,13 +175,13 @@ local mappings = {
function()
require('buffer_manager.ui').nav_next()
end,
'List buffers',
'Next buffer',
},
['p'] = {
function()
require('buffer_manager.ui').nav_prev()
end,
'List buffers',
'Previous buffer',
},
['h'] = { '<cmd>TSBufToggle highlight<cr>', 'Enable TS highlight' },
['1'] = {