From 8d0c068e53d8b16053528b35b2f241b7bde6f5f8 Mon Sep 17 00:00:00 2001 From: oddlama Date: Tue, 7 Feb 2023 22:00:58 +0100 Subject: [PATCH] chore: add fixmes for fish --- users/common/fish.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/users/common/fish.nix b/users/common/fish.nix index c590cf2..de55eae 100644 --- a/users/common/fish.nix +++ b/users/common/fish.nix @@ -5,9 +5,10 @@ }: with lib; { # FIXME: ctrl-del not working - # FIXME: fzf on tab missing # FIXME: DEL also deletes to the left :( # FIXME: ignore certain history entries (" .*", ...) + # FIXME: after tab give space + # FIXME: fzf tab let multi programs.fish = { enable = true; interactiveShellInit = mkMerge [ @@ -15,7 +16,7 @@ with lib; { set -g ATUIN_NOBIND true set -g fish_greeting set -g fish_autosuggestion_enabled 0 - set -U FZF_COMPLETE 0 + set -g FZF_COMPLETE 2 '') (mkAfter '' bind \cr _atuin_search