diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:58:04 -0500 |
|---|---|---|
| committer | ChristianChiarulli <chris.machine@pm.me> | 2021-12-18 02:15:21 -0500 |
| commit | 91e22c4076ae58cec23ac5a9b2ea7181dd8f988a (patch) | |
| tree | 3aa141ff33eef07641f1f054adb8fbbb7c0789a8 /lua/user/keymaps.lua | |
| parent | 636d893c01ecb123f05e1e54618eca7a7d0e5f80 (diff) | |
add whichkey
add whickey
fix
t
fix close
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) |
