show all whitespace
This commit is contained in:
parent
4310f791c8
commit
675a639a52
|
@ -106,8 +106,8 @@ in {
|
|||
editor = {
|
||||
whitespace.render = "all";
|
||||
whitespace.characters = {
|
||||
space = " ";
|
||||
tab = "▏";
|
||||
space = "·";
|
||||
tab = "→";
|
||||
newline = "¬";
|
||||
};
|
||||
};
|
||||
|
@ -133,6 +133,9 @@ in {
|
|||
g.n = "goto_line_start";
|
||||
g.o = "goto_line_start";
|
||||
};
|
||||
keys.insert = {
|
||||
"A-k" = "normal_mode";
|
||||
};
|
||||
};
|
||||
};
|
||||
home.sessionVariables = {
|
||||
|
|
Loading…
Reference in a new issue