show all whitespace
This commit is contained in:
parent
4310f791c8
commit
675a639a52
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue