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() function()
require('buffer_manager.ui').nav_next() require('buffer_manager.ui').nav_next()
end, end,
'List buffers', 'Next buffer',
}, },
['p'] = { ['p'] = {
function() function()
require('buffer_manager.ui').nav_prev() require('buffer_manager.ui').nav_prev()
end, end,
'List buffers', 'Previous buffer',
}, },
['h'] = { '<cmd>TSBufToggle highlight<cr>', 'Enable TS highlight' }, ['h'] = { '<cmd>TSBufToggle highlight<cr>', 'Enable TS highlight' },
['1'] = { ['1'] = {