diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua index 838e6c6..b38ae31 100644 --- a/lua/user/keymaps.lua +++ b/lua/user/keymaps.lua @@ -102,6 +102,12 @@ keymap("i", "jk", "", opts) -- "############################################################################## keymap("n", "cm", ":set nolist :set nornu :set nonu :set paste ", opts) +-- "################################################# +-- "# I'm mapping vc to reload the .vimrc, # +-- "# without closing and re-opening he vim config. # +-- "################################################# + keymap("n", "vc", ":source ~/.config/nvim/init.lua :nohl ", opts) + -- Terminal -- -- Better terminal navigation... ??? -- This is the ONLY block I am not sure if I want to include in my config,