From fba5c2942d1cefdbcdaaf976a887feea84c98b65 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 31 Mar 2024 20:11:06 +0200 Subject: [PATCH] fish: use history prefix search --- .config/fish/config.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 75d81b6..0ef3b13 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -54,6 +54,10 @@ if status is-interactive ## History + # FIXME: how to use autin history for these? + bind \cn history-prefix-search-forward + bind \cp history-prefix-search-backward + atuin init fish | source end