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