diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:52:22 -0500 |
|---|---|---|
| committer | ChristianChiarulli <chris.machine@pm.me> | 2021-12-16 07:39:50 -0500 |
| commit | 95e5604074b7443968f01738f7c556260a13b297 (patch) | |
| tree | fd881fb10bc344efdb13bd430f091c983e954e09 /lua/user/keymaps.lua | |
| parent | 5bacab1784742733190e85df56261deb6980c121 (diff) | |
add alpha
add alpha
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) |
