show all whitespace

This commit is contained in:
Leonardo Eugênio 2022-07-16 15:49:57 -03:00
parent 4310f791c8
commit 675a639a52

View file

@ -106,8 +106,8 @@ in {
editor = { editor = {
whitespace.render = "all"; whitespace.render = "all";
whitespace.characters = { whitespace.characters = {
space = " "; space = "·";
tab = ""; tab = "";
newline = "¬"; newline = "¬";
}; };
}; };
@ -133,6 +133,9 @@ in {
g.n = "goto_line_start"; g.n = "goto_line_start";
g.o = "goto_line_start"; g.o = "goto_line_start";
}; };
keys.insert = {
"A-k" = "normal_mode";
};
}; };
}; };
home.sessionVariables = { home.sessionVariables = {