diff options
| author | rebuilt <[email protected]> | 2021-05-03 02:17:18 +0200 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-02 20:17:18 -0400 | 
| commit | 99364ef2b736c28e4b4afd739ca3469a604c4a02 (patch) | |
| tree | e662a49457275823d2a55d0d6bd8fc7e250d6fcf /lua/lv-which-key | |
| parent | c095de542fde8969e952cd9ccdb6442ba4725318 (diff) | |
corrected label for whichkey action.  Changed 'file' to 'Change branch' (#334)
Diffstat (limited to 'lua/lv-which-key')
| -rw-r--r-- | lua/lv-which-key/init.lua | 2 | 
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"}, | 
