From 79cd2c1410c0a9637bbefc74bd40653bb02201da Mon Sep 17 00:00:00 2001 From: oddlama Date: Fri, 20 Jan 2023 15:33:12 +0100 Subject: [PATCH] chore: fish: add todos --- users/common/fish.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users/common/fish.nix b/users/common/fish.nix index cc382aa..bfb6264 100644 --- a/users/common/fish.nix +++ b/users/common/fish.nix @@ -3,6 +3,10 @@ pkgs, ... }: { + # FIXME: ctrl-del not working + # FIXME: esc goes into vim mode, i hate it. + # FIXME: fzf on tab missing + # FIXME: DEL also deletes to the left :( programs = { fish = { enable = true;