This commit is contained in:
Tevin79 2025-04-09 17:55:09 +02:00
parent 871d867f50
commit 094207c6d1
1 changed files with 6 additions and 0 deletions

View File

@ -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', '<C-d>', '<C-d>zz')
vim.keymap.set('n', '<C-u>', '<C-u>zz')
-- Access to file viewer easily
vim.keymap.set('n', '<leader>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