From 094207c6d100bc6034b3e24d0d78e7b7eb89b8b8 Mon Sep 17 00:00:00 2001 From: Tevin79 Date: Wed, 9 Apr 2025 17:55:09 +0200 Subject: [PATCH] doc --- init.lua | 6 ++++++ 1 file changed, 6 insertions(+) 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