mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
Document focus events
This commit is contained in:
@@ -20,7 +20,9 @@ function __fish_complete_function_event_handlers
|
||||
fish_postexec "After executing an interactive command" \
|
||||
fish_exit "Right before fish exits" \
|
||||
fish_cancel "When commandline is cleared" \
|
||||
fish_posterror "After executing command with syntax errors"
|
||||
fish_posterror "After executing command with syntax errors" \
|
||||
fish_focus_in "When fish's terminal gains focus" \
|
||||
fish_focus_out "When fish's terminal loses focus"
|
||||
|
||||
printf "%s\t%s\n" $handlers
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user