summaryrefslogtreecommitdiff
path: root/lua/core
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-09-03 18:38:46 -0400
committerchristianchiarulli <[email protected]>2021-09-03 18:38:46 -0400
commita77e36483b39c09ed39a4cd78de7c240e0f9e9a5 (patch)
treea99f503d01f539dfa9ab04106555f0cf3986d77a /lua/core
parent79a4a4295374933617b30ecff8c36bf8f6440d7a (diff)
parentf82ffdca1fbd7733b42e07b3d68daac4f041985e (diff)
Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling
Diffstat (limited to 'lua/core')
-rw-r--r--lua/core/which-key.lua17
1 files changed, 9 insertions, 8 deletions
diff --git a/lua/core/which-key.lua b/lua/core/which-key.lua
index 8f2f2a5a..458e1634 100644
--- a/lua/core/which-key.lua
+++ b/lua/core/which-key.lua
@@ -72,25 +72,26 @@ M.config = function()
["h"] = { "<cmd>nohlsearch<CR>", "No Highlight" },
b = {
name = "Buffers",
- j = { "<cmd>BufferPick<cr>", "jump to buffer" },
- f = { "<cmd>Telescope buffers<cr>", "Find buffer" },
- w = { "<cmd>BufferWipeout<cr>", "wipeout buffer" },
+ j = { "<cmd>BufferPick<cr>", "Jump" },
+ f = { "<cmd>Telescope buffers<cr>", "Find" },
+ b = { "<cmd>b#<cr>", "Previous" },
+ w = { "<cmd>BufferWipeout<cr>", "Wipeout" },
e = {
"<cmd>BufferCloseAllButCurrent<cr>",
- "close all but current buffer",
+ "Close all but current",
},
- h = { "<cmd>BufferCloseBuffersLeft<cr>", "close all buffers to the left" },
+ h = { "<cmd>BufferCloseBuffersLeft<cr>", "Close all to the left" },
l = {
"<cmd>BufferCloseBuffersRight<cr>",
- "close all BufferLines to the right",
+ "Close all to the right",
},
D = {
"<cmd>BufferOrderByDirectory<cr>",
- "sort BufferLines automatically by directory",
+ "Sort by directory",
},
L = {
"<cmd>BufferOrderByLanguage<cr>",
- "sort BufferLines automatically by language",
+ "Sort by language",
},
},
p = {