summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrebuilt <[email protected]>2021-05-03 02:17:18 +0200
committerGitHub <[email protected]>2021-05-02 20:17:18 -0400
commit99364ef2b736c28e4b4afd739ca3469a604c4a02 (patch)
treee662a49457275823d2a55d0d6bd8fc7e250d6fcf
parentc095de542fde8969e952cd9ccdb6442ba4725318 (diff)
corrected label for whichkey action. Changed 'file' to 'Change branch' (#334)
-rw-r--r--lua/lv-which-key/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lv-which-key/init.lua b/lua/lv-which-key/init.lua
index ed27fe32..465dd409 100644
--- a/lua/lv-which-key/init.lua
+++ b/lua/lv-which-key/init.lua
@@ -114,7 +114,7 @@ local mappings = {
s = {
name = "+Search",
- b = {"<cmd>Telescope git_branches<cr>", "File"},
+ b = {"<cmd>Telescope git_branches<cr>", "Checkout branch"},
c = {"<cmd>Telescope colorscheme<cr>", "Colorscheme"},
d = {"<cmd>Telescope lsp_document_diagnostics<cr>", "Document Diagnostics"},
D = {"<cmd>Telescope lsp_workspace_diagnostics<cr>", "Workspace Diagnostics"},