Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
add remaps to return to `netrw`
  • Loading branch information
nicklm0 authored Nov 19, 2024
1 parent 7811753 commit 6d78697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ vim.opt.scrolloff = 10
-- Clear highlights on search when pressing <Esc> in normal mode
-- See `:help hlsearch`
vim.keymap.set("n", "<Esc>", "<cmd>nohlsearch<CR>")

require("nicklm.remap")
-- Diagnostic keymaps
vim.keymap.set("n", "<leader>q", vim.diagnostic.setloclist, { desc = "Open diagnostic [Q]uickfix list" })

Expand Down

0 comments on commit 6d78697

Please sign in to comment.