feat: bind <space> to <nop>

This commit is contained in:
Matej Janezic 2025-10-07 23:44:04 +02:00
parent 37b3c829f9
commit 013f5bf7cf
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
vim.g.mapleader = " " vim.g.mapleader = " "
vim.keymap.set({ "n", "v" }, "<Space>", "<Nop>", { silent = true })
-- disable netrw -- disable netrw
vim.g.loaded_netrw = 1 vim.g.loaded_netrw = 1