diff --git a/CHANGELOG.md b/CHANGELOG.md index f1d34f0..0395645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,3 +68,4 @@ - practicalli: neogit key works consistently when set in plugin config - practicalli: updated config for better-escape.nvim plugin rewrite - community: import spectre from search category (was project) +- astro: capitalise Leader and LocalLeader within key mapping configuration. diff --git a/lua/plugins/clojure.lua b/lua/plugins/clojure.lua index 6e545c9..cfffea0 100644 --- a/lua/plugins/clojure.lua +++ b/lua/plugins/clojure.lua @@ -81,7 +81,7 @@ return { }, keys = { -- Toggle Parinfer on/off (globally) - { "TP", "ParinferOn! ", desc = "Toggle Parinfer" }, + { "TP", "ParinferOn! ", desc = "Toggle Parinfer" }, }, }, }, diff --git a/lua/plugins/plantuml.lua b/lua/plugins/plantuml.lua index b7fdbea..fdb9960 100644 --- a/lua/plugins/plantuml.lua +++ b/lua/plugins/plantuml.lua @@ -22,9 +22,9 @@ return { n = { -- ["lu"] = { desc = "UML" }, -- shell to plantuml binary - -- ["lu"] = { ':silent exec "!plantuml % && open %:s,clj,png,"', desc = "UML diagram" }, + -- ["lu"] = { ':silent exec "!plantuml % && open %:s,clj,png,"', desc = "UML diagram" }, -- shell to java and plantuml jar - ["lu"] = { + ["lu"] = { ':silent exec "!/usr/bin/java -jar ~/.local/share/plantuml/current.jar % && open %:s,clj,png,"', desc = "UML diagram", }, diff --git a/lua/plugins/user-practicalli.lua b/lua/plugins/user-practicalli.lua index 156eb49..625c8a4 100644 --- a/lua/plugins/user-practicalli.lua +++ b/lua/plugins/user-practicalli.lua @@ -221,43 +221,42 @@ return { -- [""] = false, -- Toggle last open buffer - [""] = { "b#", desc = "Last tab" }, + [""] = { "b#", desc = "Last tab" }, -- Save prompting for file name - ["W"] = { ":write ", desc = "Save as file" }, + ["W"] = { ":write ", desc = "Save as file" }, -- mappings seen under group name "Buffer" - ["b"] = { name = "Buffers" }, - ["bt"] = { name = "Tabs" }, - ["bn"] = { "tabnew", desc = "New tab" }, - ["btn"] = { "tabNext", desc = "Next tab" }, - ["bt"] = { "tabprevious", desc = "Previous tab" }, - -- ["bD"] = { "Bdelete", desc = "Delete buffer" }, + ["b"] = { name = "Buffers" }, + ["bt"] = { name = "Tabs" }, + ["bn"] = { "tabnew", desc = "New tab" }, + ["btn"] = { "tabNext", desc = "Next tab" }, + ["bt"] = { "tabprevious", desc = "Previous tab" }, + -- ["bD"] = { "Bdelete", desc = "Delete buffer" }, -- Find Menu -- browse via directory structure, create and modify paths - ["fe"] = { "Telescope file_browser", desc = "Explorer" }, + ["fe"] = { "Telescope file_browser", desc = "Explorer" }, -- Projects - ["fp"] = { "Telescope projects", desc = "Projects" }, + ["fp"] = { "Telescope projects", desc = "Projects" }, -- Editing ["zZ"] = { "ZenMode", desc = " Zen mode" }, -- Git Menu - -- Menu mappings - -- Neogit status - overrides stage hunk astronvim mapping - -- ["gn"] = { name = " Neogit" }, -- Neogit menu with alternate logo - ["gh"] = false, -- disable Reset Git Hunk mapping, used for Octo in plugins/github.lua - ["gH"] = { function() require("gitsigns").stage_hunk() end, desc = "Stage Git hunk" }, + -- ["gs"] = { "Neogit", desc = " Status (Neogit)" }, + -- ["gs"] = false, -- disable git status + -- ["gs"] = { function() require("neogit").open { kind = "tab" } end, desc = " Status (Neogit)" }, + ["gH"] = { function() require("gitsigns").stage_hunk() end, desc = "Stage Git hunk" }, -- Gits.nvim key maps - ["ghg"] = { name = "Gist" }, - ["ghgr"] = { "GistCreate", desc = "Gist Region" }, - ["ghgg"] = { "GistCreateFromFile", desc = "Gist File" }, - ["ghgl"] = { "GistsList", desc = "List Gists" }, + ["ghg"] = { name = "Gist" }, + ["ghgr"] = { "GistCreate", desc = "Gist Region" }, + ["ghgg"] = { "GistCreateFromFile", desc = "Gist File" }, + ["ghgl"] = { "GistsList", desc = "List Gists" }, }, t = { - -- terminal? mode key bindings + -- terminal mode key bindings }, v = { -- visual mode key bindings