Fix deprecated setting

This commit is contained in:
2024-10-23 20:00:00 +02:00
parent 4fca59102b
commit d34e85c58e

View File

@ -1,5 +1,3 @@
live_config_reload = true
working_directory = "None"
[env]
TERM = "xterm-256color"
@ -161,3 +159,7 @@ action = "ClearSelection"
key = "Key0"
mods = "Control"
action = "ResetFontSize"
[general]
live_config_reload = true
working_directory = "None"