Skip to content

Commit

Permalink
feat(keymaps): add keymaps for qf
Browse files Browse the repository at this point in the history
Add keymaps for quickfix window.
  • Loading branch information
twandylue committed Sep 6, 2023
1 parent 37b14f6 commit f88dfff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/config/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ map("n", "<ESC>", ":nohlsearch<CR>", opts)
map("n", "<leader>s", ":w<CR>", opts)
map("n", "<leader>q", ":q<CR>", opts)
map("n", "<leader>m", "`", opts)
map("n", "<leader>f", ":cw<CR>", opts)
map("n", "n", "nzzzv", opts)
map("n", "N", "Nzzzv", opts)
map("n", "<C-d>", "<C-d>zz", opts)
Expand Down

0 comments on commit f88dfff

Please sign in to comment.