mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-04 00:26:24 +08:00
Remove non-existing functions in bind docs
At least delete-line was previously a thing, but none of these are still available. First part of #2914
This commit is contained in:
parent
d7c690b416
commit
6c5f923a47
@ -85,20 +85,14 @@ The following special input functions are available:
|
||||
|
||||
- `delete-char`, delete one character to the right of the cursor
|
||||
|
||||
- `delete-line`, delete the entire line
|
||||
|
||||
- `downcase-word`, make the current word lowercase
|
||||
|
||||
- `dump-functions`, print a list of all key-bindings
|
||||
|
||||
- `end-of-history`, move to the end of the history
|
||||
|
||||
- `end-of-line`, move to the end of the line
|
||||
|
||||
- `end-selection`, end selecting text
|
||||
|
||||
- `explain`, print a description of possible problems with the current command
|
||||
|
||||
- `forward-bigword`, move one whitespace-delimited word to the right
|
||||
|
||||
- `forward-char`, move one character to the right
|
||||
|
Loading…
x
Reference in New Issue
Block a user