mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-24 20:23:55 +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
|
||||
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
|
||||
programs.tealdeer = {
|
||||
|
||||
Reference in New Issue
Block a user