From cdba3556882f5672de141cfa98c64f4257c69de0 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 14 Jan 2022 18:48:13 +0100 Subject: Add toggleterm plugin --- lua/config/whichkey.lua | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'lua/config/whichkey.lua') diff --git a/lua/config/whichkey.lua b/lua/config/whichkey.lua index 94aa65a..955e85a 100644 --- a/lua/config/whichkey.lua +++ b/lua/config/whichkey.lua @@ -99,6 +99,7 @@ local mappings = { ["z"] = { "ZenMode", "Zen Mode" }, ["v"] = { "vsplit", "Vertical Split" }, ["h"] = { "split", "Horizontal Split" }, + p = { name = "Packer", c = { "PackerCompile", "Compile" }, @@ -162,6 +163,7 @@ local mappings = { "Workspace Symbols", }, }, + s = { name = "Search", b = { "Telescope git_branches", "Checkout branch" }, @@ -173,6 +175,7 @@ local mappings = { k = { "Telescope keymaps", "Keymaps" }, C = { "Telescope commands", "Commands" }, }, + r = { name = "Replace", r = { "lua require('spectre').open()", "Replace" }, @@ -180,16 +183,12 @@ local mappings = { f = { "lua require('spectre').open_file_search()", "Replace Buffer" }, }, - -- t = { - -- name = "Terminal", - -- n = { "lua _NODE_TOGGLE()", "Node" }, - -- u = { "lua _NCDU_TOGGLE()", "NCDU" }, - -- t = { "lua _HTOP_TOGGLE()", "Htop" }, - -- p = { "lua _PYTHON_TOGGLE()", "Python" }, - -- f = { "ToggleTerm direction=float", "Float" }, - -- h = { "ToggleTerm size=10 direction=horizontal", "Horizontal" }, - -- v = { "ToggleTerm size=80 direction=vertical", "Vertical" }, - -- }, + t = { + name = "Terminal", + f = { "ToggleTerm direction=float", "Float" }, + h = { "ToggleTerm size=10 direction=horizontal", "Horizontal" }, + v = { "ToggleTerm size=80 direction=vertical", "Vertical" }, + }, } local vopts = { -- cgit v1.2.3-70-g09d2