mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-15 12:19:01 +00:00
users/foo-dogsquared/programs/shell: add fzf default options
This commit is contained in:
parent
2c6656a178
commit
383d4efcc5
@ -24,6 +24,13 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Additional formatting thingies for your fuzzy finder.
|
||||||
|
programs.fzf.defaultOptions = [
|
||||||
|
"--height=40%"
|
||||||
|
"--bind=ctrl-z:ignore"
|
||||||
|
"--reverse"
|
||||||
|
];
|
||||||
|
|
||||||
# Compile all of the completions.
|
# Compile all of the completions.
|
||||||
programs.carapace.enable = true;
|
programs.carapace.enable = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user