mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 11:47:04 +08:00
docs: remove undo-group functions from documentation
As discussed in85ffa77b4e
these functions are not intended for long term use. Also fix a typo introduced in85ffa77
.
This commit is contained in:
parent
89eeafe393
commit
b05275cedc
|
@ -97,8 +97,6 @@ The following special input functions are available:
|
|||
|
||||
- ``begin-selection``, start selecting text
|
||||
|
||||
- ``begin-undo-group`` and ``end-undo-group``, for coalescing multiple changes into a single action that will be undone with ``undo``
|
||||
|
||||
- ``cancel``, cancel the current commandline and replace it with a new empty one
|
||||
|
||||
- ``cancel-commandline``, cancel the current commandline and replace it with a new empty one, leaving the old one in place with a marker to show that it was cancelled
|
||||
|
@ -189,7 +187,7 @@ The following special input functions are available:
|
|||
|
||||
- ``togglecase-char``, toggle the capitalisation (case) of the character under the cursor
|
||||
|
||||
- ``togglecase-selection``, toogle the capitalisation (case) of the selection
|
||||
- ``togglecase-selection``, toggle the capitalisation (case) of the selection
|
||||
|
||||
- ``insert-line-under``, add a new line under the current line
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user