mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-04 15:51:15 -03:00
accept-autosuggestion to return false if there was no autosuggestion to accept
Example usage:
bind ctrl-space accept-autosuggestion and execute
Closes #10608
This commit is contained in:
committed by
Johannes Altmanninger
parent
cd3da62d24
commit
052e764f29
@@ -112,7 +112,7 @@ The following special input functions are available:
|
||||
only execute the next function if the previous succeeded (note: only some functions report success)
|
||||
|
||||
``accept-autosuggestion``
|
||||
accept the current autosuggestion
|
||||
accept the current autosuggestion. Returns false when there was nothing to accept.
|
||||
|
||||
``backward-char``
|
||||
move one character to the left.
|
||||
|
||||
Reference in New Issue
Block a user