From dc577b564f066c46201189971dd37b9cbab27c4c Mon Sep 17 00:00:00 2001 From: Aki Wu Date: Mon, 6 May 2024 17:58:49 +0800 Subject: [PATCH] change leader key --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 88658ef3..39e4b527 100644 --- a/init.lua +++ b/init.lua @@ -87,8 +87,8 @@ P.S. You can delete this when you're done too. It's your config now! :) -- Set 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