diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:58:04 -0500 |
|---|---|---|
| committer | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:58:04 -0500 |
| commit | a7e69ddee3fd8e2a0b9b15ff463e236a8158edff (patch) | |
| tree | 1ef1af665337658ad8a182efeb787cc20eb5a7bf /lua/user/keymaps.lua | |
| parent | 636d893c01ecb123f05e1e54618eca7a7d0e5f80 (diff) | |
add whichkey
Diffstat (limited to 'lua/user/keymaps.lua')
| -rw-r--r-- | lua/user/keymaps.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua index 5b07011..32b6a04 100644 --- a/lua/user/keymaps.lua +++ b/lua/user/keymaps.lua @@ -67,9 +67,3 @@ keymap("x", "<A-k>", ":move '<-2<CR>gv-gv", opts) -- keymap("t", "<C-k>", "<C-\\><C-N><C-w>k", term_opts) -- keymap("t", "<C-l>", "<C-\\><C-N><C-w>l", term_opts) --- Comment -keymap("n", "<leader>/", "<cmd>lua require('Comment').toggle()<CR>", opts) -keymap("v", "<leader>/", ":lua require(\"Comment.api\").gc(vim.fn.visualmode())<cr>", opts) - --- Nvimtree -keymap("n", "<leader>e", ":NvimTreeToggle<cr>", opts) |
