summaryrefslogtreecommitdiff
path: root/lua/user/whichkey.lua
diff options
context:
space:
mode:
authorVito G. Graffagnino <vito@graffagnino.xyz>2022-06-03 22:55:54 +0100
committerVito G. Graffagnino <vito@graffagnino.xyz>2022-06-03 22:55:54 +0100
commitf5c8925f14f57e4768ab105ec3089aa39e664d0a (patch)
treeffaea30487a206a0615cd649e45e48722da09bc6 /lua/user/whichkey.lua
parent4286c610562bb4dd9d288b47d60bdaf28a70438d (diff)
added more LSP server settings
Diffstat (limited to 'lua/user/whichkey.lua')
-rw-r--r--lua/user/whichkey.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/lua/user/whichkey.lua b/lua/user/whichkey.lua
index 0056e5a..3d7abca 100644
--- a/lua/user/whichkey.lua
+++ b/lua/user/whichkey.lua
@@ -80,7 +80,7 @@ local opts = {
local mappings = {
["/"] = { "<cmd>lua require(\"Comment.api\").toggle_current_linewise()<CR>", "Comment" },
- ["a"] = { "<cmd>Alpha<cr>", "Alpha" },
+-- ["a"] = { "<cmd>Alpha<cr>", "Alpha" },
["b"] = {
"<cmd>lua require('telescope.builtin').buffers(require('telescope.themes').get_dropdown{previewer = false})<cr>",
"Buffers",
@@ -95,7 +95,7 @@ local mappings = {
"Find files",
},
["F"] = { "<cmd>Telescope live_grep theme=ivy<cr>", "Find Text" },
- ["P"] = { "<cmd>Telescope projects<cr>", "Projects" },
+ --["P"] = { "<cmd>Telescope projects<cr>", "Projects" },
p = {
name = "Packer",
@@ -178,6 +178,7 @@ local mappings = {
u = { "<cmd>lua _NCDU_TOGGLE()<cr>", "NCDU" },
t = { "<cmd>lua _HTOP_TOGGLE()<cr>", "Htop" },
p = { "<cmd>lua _PYTHON_TOGGLE()<cr>", "Python" },
+ i = { "<cmd>lua _IPYTHON_TOGGLE()<cr>", "ipython" },
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" },