set backspace as local leader
This commit is contained in:
parent
1ea8f94094
commit
8e03a31999
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
globals.mapleader = " ";
|
globals.mapleader = " ";
|
||||||
|
globals.maplocalleader = {
|
||||||
|
__raw = "vim.api.nvim_replace_termcodes('<BS>', false, false, true)";
|
||||||
|
};
|
||||||
|
|
||||||
keymaps = [
|
keymaps = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue