diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:47:36 -0500 |
|---|---|---|
| committer | ChristianChiarulli <chris.machine@pm.me> | 2021-12-16 07:39:32 -0500 |
| commit | e07a1d37116bf2aafef18a7f2ef71e45e15ec5cc (patch) | |
| tree | 77acb9a503185c1374fe8696c8347a2c5a730954 /lua/user/keymaps.lua | |
| parent | 5f33318a98845a54b199364b1cd65ef5110e0cb3 (diff) | |
add indentline
fix
t
Diffstat (limited to 'lua/user/keymaps.lua')
| -rw-r--r-- | lua/user/keymaps.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua index 5b07011..bf8afd8 100644 --- a/lua/user/keymaps.lua +++ b/lua/user/keymaps.lua @@ -67,9 +67,5 @@ 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) |
