set backspace as local leader

This commit is contained in:
♥ Minnie ♥ 2025-06-26 19:27:45 +08:00
parent 1ea8f94094
commit 8e03a31999
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -1,5 +1,8 @@
{...}: { {...}: {
globals.mapleader = " "; globals.mapleader = " ";
globals.maplocalleader = {
__raw = "vim.api.nvim_replace_termcodes('<BS>', false, false, true)";
};
keymaps = [ keymaps = [
{ {