diff options
Diffstat (limited to 'lua/user/whichkey.lua')
| -rw-r--r-- | lua/user/whichkey.lua | 5 |
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" }, |
