summaryrefslogtreecommitdiff
path: root/lua/config/whichkey.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-14 19:04:08 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-14 19:04:08 +0100
commit8bdb38deff076ef3389820d3000ad705c6755da8 (patch)
treedc555fa8e805cfdf4b5bc5fcb5ea125039c7b9d2 /lua/config/whichkey.lua
parente8030d4358f6fd3b91ec5c8d37e7941f4ded88cf (diff)
Remove toggleterm
Diffstat (limited to 'lua/config/whichkey.lua')
-rw-r--r--lua/config/whichkey.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/config/whichkey.lua b/lua/config/whichkey.lua
index 955e85a..f2a174f 100644
--- a/lua/config/whichkey.lua
+++ b/lua/config/whichkey.lua
@@ -182,13 +182,6 @@ local mappings = {
w = { "<cmd>lua require('spectre').open_visual({select_word=true})<cr>", "Replace Word" },
f = { "<cmd>lua require('spectre').open_file_search()<cr>", "Replace Buffer" },
},
-
- t = {
- name = "Terminal",
- f = { "<cmd>ToggleTerm direction=float<cr>", "Float" },
- h = { "<cmd>ToggleTerm size=10 direction=horizontal<cr>", "Horizontal" },
- v = { "<cmd>ToggleTerm size=80 direction=vertical<cr>", "Vertical" },
- },
}
local vopts = {