From b76b68a90d4b7d8f14320fb9e99f127e9096301c Mon Sep 17 00:00:00 2001 From: fiplox Date: Sun, 29 Jan 2023 14:01:27 +0100 Subject: [PATCH] refactor: actual description of mapping --- lua/config/mappings.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'] = {