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:
parent
6bfa0187c7
commit
8d0c068e53
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue