diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-10-20 07:57:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-20 07:57:29 +0100 |
| commit | 2f9df9350d5b645c867a440e63071d323fd53409 (patch) | |
| tree | 81c35715b3122726edf32221f65425b547538bed /docs | |
| parent | Add enter_accept to immediately execute an accepted command (#1311) (diff) | |
| download | atuin-2f9df9350d5b645c867a440e63071d323fd53409.zip | |
Add fish support for `enter_accept` (#1315)
* Add fish support for `enter_accept`
Also fixes shell detection. Who trusted me to write jetlagged code last
night huh?
* Document
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/config/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/config/config.md b/docs/docs/config/config.md index 5cdbe922..90f4fe51 100644 --- a/docs/docs/config/config.md +++ b/docs/docs/config/config.md @@ -309,7 +309,7 @@ remote sync server. Any longer than this and the request will fail. ## enter_accept Default: false -Only supported on Zsh. +Only supported on Zsh and Fish. When set to true, Atuin will default to immediately executing a command rather than the user having to press enter twice. Pressing tab will return to the |
