refactor: actual description of mapping
This commit is contained in:
parent
de592551df
commit
b76b68a90d
@ -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'] = {
|
||||
|
Loading…
Reference in New Issue
Block a user