diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:18:28 -0500 |
|---|---|---|
| committer | ChristianChiarulli <chris.machine@pm.me> | 2021-12-16 07:36:51 -0500 |
| commit | 03ec92cafb62f4331bd04bee734d0bd2c28e668e (patch) | |
| tree | a53587ccf036777e895851cb869d29f75725f26a /lua/user/keymaps.lua | |
| parent | f667e95e5d752e8d00769ed0b5703f33cbf35640 (diff) | |
add nvimtree
update
Diffstat (limited to 'lua/user/keymaps.lua')
| -rw-r--r-- | lua/user/keymaps.lua | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua index 9534dec..638cab5 100644 --- a/lua/user/keymaps.lua +++ b/lua/user/keymaps.lua @@ -25,8 +25,6 @@ keymap("n", "<C-j>", "<C-w>j", opts) keymap("n", "<C-k>", "<C-w>k", opts) keymap("n", "<C-l>", "<C-w>l", opts) -keymap("n", "<leader>e", ":Lex 30<cr>", opts) - -- Resize with arrows keymap("n", "<C-Up>", ":resize -2<CR>", opts) keymap("n", "<C-Down>", ":resize +2<CR>", opts) @@ -69,6 +67,5 @@ 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) +-- Nvimtree +keymap("n", "<leader>e", ":NvimTreeToggle<cr>", opts) |
