mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-27 05:23:56 +02:00
fix(home): let atuin own Ctrl-R, disable fzf history widget
This commit is contained in:
@@ -44,7 +44,11 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# A command-line fuzzy finder
|
# A command-line fuzzy finder
|
||||||
programs.fzf.enable = true;
|
programs.fzf = {
|
||||||
|
enable = true;
|
||||||
|
# atuin (sourced after fzf) owns Ctrl-R; keep fzf from binding it too
|
||||||
|
historyWidget.command = "";
|
||||||
|
};
|
||||||
|
|
||||||
# very fast version of tldr in Rust
|
# very fast version of tldr in Rust
|
||||||
programs.tealdeer = {
|
programs.tealdeer = {
|
||||||
|
|||||||
Reference in New Issue
Block a user