Add a :opt:kitten_alias option that can be used to alias kitten invocation for brevity and to change kitten option defaults globally

See #1879
This commit is contained in:
Kovid Goyal
2019-08-02 10:40:11 +05:30
parent bdf7d98a36
commit d0ecdfb330
3 changed files with 37 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- hints kitten: Allow specifying :option:`kitty +kitten hints --program`
multiple times to run multiple programs (:iss:`1879`)
- Add a :opt:`kitten_alias` option that can be used to alias kitten invocation
for brevity and to change kitten option defaults globally (:iss:`1879`)
- Dont fail to start if running the shell to read the EDITOR env var fails
(:iss:`1869`)