diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:45:05 -0500 |
|---|---|---|
| committer | ChristianChiarulli <chris.machine@pm.me> | 2021-12-16 07:39:10 -0500 |
| commit | 03427b87604b573f2fd4c2683de378e4806f86fc (patch) | |
| tree | c9ee207e11ecac60e050827c8f58f39e2f160db1 /lua/user/keymaps.lua | |
| parent | 09938f9e8e9b16dc27f12bb76461fd8797d88098 (diff) | |
add impatient
fix
te
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) |
