Get rid of --debug-config

Instead have a keybind that shows the configuration used
by the currently running kitty instance
This commit is contained in:
Kovid Goyal
2021-06-05 14:27:24 +05:30
parent a1b87f445b
commit 4a71afaf96
9 changed files with 195 additions and 170 deletions

View File

@@ -310,9 +310,6 @@ def _main() -> None:
os.chdir(os.path.expanduser('~'))
cli_opts, rest = parse_args(args=args, result_class=CLIOptions)
cli_opts.args = rest
if cli_opts.debug_config:
create_opts(cli_opts, debug_config=True)
return
if cli_opts.detach:
if cli_opts.session == '-':
from .session import PreReadSession