feat: bind <space> to <nop>
This commit is contained in:
parent
37b3c829f9
commit
013f5bf7cf
|
@ -1,4 +1,5 @@
|
|||
vim.g.mapleader = " "
|
||||
vim.keymap.set({ "n", "v" }, "<Space>", "<Nop>", { silent = true })
|
||||
|
||||
-- disable netrw
|
||||
vim.g.loaded_netrw = 1
|
||||
|
|
Loading…
Reference in New Issue