diff --git a/lua/config/mappings.lua b/lua/config/mappings.lua index 62bccc5..698fe4f 100644 --- a/lua/config/mappings.lua +++ b/lua/config/mappings.lua @@ -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'] = { 'TSBufToggle highlight', 'Enable TS highlight' }, ['1'] = {