Disabling undo fade out
This commit is contained in:
parent
18e608a152
commit
5aebe18778
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue