1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: add fixmes for fish

This commit is contained in:
oddlama 2023-02-07 22:00:58 +01:00
parent 6bfa0187c7
commit 8d0c068e53
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -5,9 +5,10 @@
}: }:
with lib; { with lib; {
# FIXME: ctrl-del not working # FIXME: ctrl-del not working
# FIXME: fzf on tab missing
# FIXME: DEL also deletes to the left :( # FIXME: DEL also deletes to the left :(
# FIXME: ignore certain history entries (" .*", ...) # FIXME: ignore certain history entries (" .*", ...)
# FIXME: after tab give space
# FIXME: fzf tab let multi
programs.fish = { programs.fish = {
enable = true; enable = true;
interactiveShellInit = mkMerge [ interactiveShellInit = mkMerge [
@ -15,7 +16,7 @@ with lib; {
set -g ATUIN_NOBIND true set -g ATUIN_NOBIND true
set -g fish_greeting set -g fish_greeting
set -g fish_autosuggestion_enabled 0 set -g fish_autosuggestion_enabled 0
set -U FZF_COMPLETE 0 set -g FZF_COMPLETE 2
'') '')
(mkAfter '' (mkAfter ''
bind \cr _atuin_search bind \cr _atuin_search