summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <bsima@groq.com>2024-04-17 13:00:25 -0700
committerBen Sima <bsima@groq.com>2024-04-17 13:02:10 -0700
commit3a91866f64ef595a40b1befb5820165e200c219e (patch)
tree27237b4551d67b1732b89e45419579c614c4952b
parent21a7459b2f9b59104e5243ca86b5f16c2c7ff50d (diff)
remove FZF settings, broken with new version of fzf
-rw-r--r--lib/common.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/common.nix b/lib/common.nix
index a19df1f..b575ca1 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -20,10 +20,6 @@ in {
FD_OPTIONS = "--follow --exclude .git";
BAT_PAGER = "less -R";
- # FZF_DEFAULT_OPTS = "--bind='?:toggle-preview'";
- # FZF_DEFAULT_COMMAND = "git ls-files --cached --others --exclude-standard | fd --type f --type l $FD_OPTIONS";
- # FZF_CTRL_T_COMMAND = "fd $FD_OPTIONS";
- # FZF_ALT_C_COMMAND = "fd --type d $FD_OPTIONS";
FORGIT_FZF_DEFAULT_OPTS = ''
--exact
--border