Change leader to ','

This commit is contained in:
Alexandre Ignjatovic 2024-05-24 10:38:49 +02:00
parent 8a11022330
commit bd6b590590
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ P.S. You can delete this when you're done too. It's your config now! :)
-- Set <space> as the leader key
-- See `:help mapleader`
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
vim.g.mapleader = ','
vim.g.maplocalleader = ','
-- Set to true if you have a Nerd Font installed and selected in the terminal
vim.g.have_nerd_font = false