diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2025-04-28 13:56:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-28 13:56:39 +0100 |
| commit | cab77ffc649f62e0ab3bf491c85ddd4dde0841ef (patch) | |
| tree | 5d7eab83129ccde026d001e8123af9add70bbae8 | |
| parent | feat(stats): add jj to default common subcommands (#2708) (diff) | |
| download | atuin-cab77ffc649f62e0ab3bf491c85ddd4dde0841ef.zip | |
Revert "feat(zsh): try to go to the position in zsh's history (#1469)" (#2715)
This reverts commit 264da9e4e964512f1e2e814c76010fd11d31b87a.
Diffstat (limited to '')
| -rw-r--r-- | crates/atuin/src/shell/atuin.zsh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/atuin/src/shell/atuin.zsh b/crates/atuin/src/shell/atuin.zsh index 63b20b47..93671a92 100644 --- a/crates/atuin/src/shell/atuin.zsh +++ b/crates/atuin/src/shell/atuin.zsh @@ -71,8 +71,6 @@ _atuin_search() { then LBUFFER=${LBUFFER#__atuin_accept__:} zle accept-line - else - zle .infer-next-history && zle .up-history fi fi } |
