diff --git a/init.lua b/init.lua index cdf011cd..81793588 100644 --- a/init.lua +++ b/init.lua @@ -6,10 +6,16 @@ vim.g.maplocalleader = ' ' -- Custom remaps vim.keymap.set('n', '!', '_') -- For macos only + +-- Center the view when moving vim.keymap.set('n', '', 'zz') vim.keymap.set('n', '', 'zz') + +-- Access to file viewer easily vim.keymap.set('n', 'pv', vim.cmd.Ex) +-- End of custom remaps + -- Set to true if you have a Nerd Font installed and selected in the terminal vim.g.have_nerd_font = false