mirror of
https://github.com/NotXia/dotfiles.git
synced 2025-12-14 18:11:52 +01:00
Fix deprecated setting
This commit is contained in:
@ -1,5 +1,3 @@
|
|||||||
live_config_reload = true
|
|
||||||
working_directory = "None"
|
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
@ -161,3 +159,7 @@ action = "ClearSelection"
|
|||||||
key = "Key0"
|
key = "Key0"
|
||||||
mods = "Control"
|
mods = "Control"
|
||||||
action = "ResetFontSize"
|
action = "ResetFontSize"
|
||||||
|
|
||||||
|
[general]
|
||||||
|
live_config_reload = true
|
||||||
|
working_directory = "None"
|
||||||
|
|||||||
Reference in New Issue
Block a user