joshuto: Fix selection.prefix for 0.9.8

Might switch from joshuto to yazi due to 0.9.8 breaking the kitty
preview script.
This commit is contained in:
Donovan Glover 2024-03-23 19:48:56 -04:00
parent 488b7a61de
commit b1c128e6ac
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -365,6 +365,7 @@
selection = {
fg = "light_yellow";
bold = true;
prefix = " ";
};
visual_mode_selection = {
@ -372,11 +373,6 @@
bold = true;
};
selection.prefix = {
prefix = " ";
size = 2;
};
executable = {
fg = "light_green";
bold = true;