aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-02-26 16:56:25 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-02-26 16:56:25 -0600
commit664c0d9797010da1c6f3324f9b0cab0f541c6693 (patch)
tree9fd26f9ceff7f3ae46547b0ff0e26f4144041dd6 /sh
parent6ec74905eb55684794bf23d415fdaeb18b4b2cb2 (diff)
fix(fzf): fix issue with colors
Diffstat (limited to 'sh')
-rw-r--r--sh/.config/profile.d/30-fzf.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/sh/.config/profile.d/30-fzf.sh b/sh/.config/profile.d/30-fzf.sh
deleted file mode 100644
index 9e01fb4..0000000
--- a/sh/.config/profile.d/30-fzf.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-export FZF_TMUX="${TMUX:+1}"
-export FZF_TMUX_OPTS='-p80%,80%'
-export FZF_PREVIEW_COMMAND='less {} 2>/dev/null'
-export FZF_DEFAULT_COMMAND="fd --type f || git ls-tree -r --name-only HEAD || rg --files || find ."
-export FZF_DEFAULT_OPTS='--bind ctrl-q:abort
---bind ctrl-y:preview-up
---bind ctrl-e:preview-down
---bind ctrl-u:preview-half-page-up
---bind ctrl-d:preview-half-page-down
---bind ctrl-b:preview-page-up
---bind ctrl-f:preview-page-down
---bind alt-up:half-page-up
---bind alt-down:half-page-down'