diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:07:49 -0500 |
|---|---|---|
| committer | ChristianChiarulli <chris.machine@pm.me> | 2021-12-16 07:35:55 -0500 |
| commit | 6fbc8c23123a6b44590a3fa6c656c2f5b98ae89e (patch) | |
| tree | 218fbd32b586f28097e5e94cfb9de94fb7d80ea5 /lua/user/keymaps.lua | |
| parent | 62af78a2adecf96588afbc96acd6520f7e62f65b (diff) | |
add gitsigns
update
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 9534dec..fb8fdb4 100644 --- a/lua/user/keymaps.lua +++ b/lua/user/keymaps.lua @@ -68,7 +68,3 @@ keymap("t", "<C-h>", "<C-\\><C-N><C-w>h", term_opts) keymap("t", "<C-j>", "<C-\\><C-N><C-w>j", term_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) |
