mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Replace kitten_alias with action_alias in docs
This commit is contained in:
@@ -56,6 +56,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
||||
- broadcast kitten: Show a "fake" cursor in all windows being broadcast too
|
||||
(:iss:`4225`)
|
||||
|
||||
- Allow defining aliases for more general actions, not just kittens
|
||||
(:pull:`4260`)
|
||||
|
||||
- Fix a regression that caused :option:`kitty --title` to not work when
|
||||
opening new OS windows using :option:`kitty --single-instance` (:iss:`3893`)
|
||||
|
||||
@@ -210,9 +213,6 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
||||
--program` option work when using the ``self``
|
||||
:option:`kitty +kitten hints --linenum-action` (:iss:`3931`)
|
||||
|
||||
- Allow defining aliases for more general actions, not just kittens
|
||||
(:pull:`4260`)
|
||||
|
||||
|
||||
0.22.2 [2021-08-02]
|
||||
----------------------
|
||||
|
||||
@@ -93,7 +93,8 @@ look it up in the Google dictionary.
|
||||
.. note::
|
||||
|
||||
To avoid having to specify the same command line options on every invocation,
|
||||
you can use the :opt:`kitten_alias` option in :file:`kitty.conf`, creating aliases
|
||||
you can use the :opt:`action_alias` option in :file:`kitty.conf`, creating aliases
|
||||
that have common sets of options. For example::
|
||||
|
||||
kitten_alias myhints hints --alphabet qfjdkslaureitywovmcxzpq1234567890
|
||||
action_alias myhints kitten hints --alphabet qfjdkslaureitywovmcxzpq1234567890
|
||||
map f1 myhints --customize-processing custom-hints.py
|
||||
|
||||
Reference in New Issue
Block a user