corrected label for whichkey action. Changed 'file' to 'Change branch' (#334)

This commit is contained in:
rebuilt 2021-05-03 02:17:18 +02:00 committed by GitHub
parent c095de542f
commit 99364ef2b7
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"},