Skip to content

Commit

Permalink
chore(nvim): remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Aug 19, 2023
1 parent eec123c commit 9087ffc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/neovim/config/lua/user/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ keymap("n", "<leader>cc", ":cclose<CR>", opts)
keymap("n", "[q", ":cprevious<CR>zz", opts)
keymap("n", "]q", ":cnext<CR>zz", opts)

-- Better window navigation
-- keymap("n", "<C-h>", "<C-w>h", opts)
-- keymap("n", "<C-j>", "<C-w>j", opts)
-- keymap("n", "<C-k>", "<C-w>k", opts)
-- keymap("n", "<C-l>", "<C-w>l", opts)

-- Resize with arrows
keymap("n", "<A-Up>", ":resize +2<CR>", opts)
keymap("n", "<A-Down>", ":resize -2<CR>", opts)
Expand Down

0 comments on commit 9087ffc

Please sign in to comment.