Disabling undo fade out

This commit is contained in:
PS 2024-02-10 20:12:20 -08:00
parent 18e608a152
commit 5aebe18778
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ lister_whole_word_backspace_when_modified = true;
show_line_number_margins = false; show_line_number_margins = false;
enable_output_wrapping = false; enable_output_wrapping = false;
enable_undo_fade_out = true; enable_undo_fade_out = false;
// cursor_roundess is a value [0,50] setting the radius of // cursor_roundess is a value [0,50] setting the radius of
// the cursor and mark's roundness as a percentage of their width // the cursor and mark's roundness as a percentage of their width