mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-08 23:38:20 +03:00
Fix #3695
This commit is contained in:
parent
bfffd98fd4
commit
3360aa6c33
@ -73,6 +73,9 @@ def run_kitten(args: List[str]) -> None:
|
|||||||
|
|
||||||
def edit_config_file(args: List[str]) -> None:
|
def edit_config_file(args: List[str]) -> None:
|
||||||
from kitty.utils import edit_config_file as f
|
from kitty.utils import edit_config_file as f
|
||||||
|
from kitty.fast_data_types import set_options
|
||||||
|
from kitty.cli import create_default_opts
|
||||||
|
set_options(create_default_opts())
|
||||||
f()
|
f()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user