summaryrefslogtreecommitdiffstats
path: root/fzf/.config/sh/rc.d/fzf
diff options
context:
space:
mode:
Diffstat (limited to 'fzf/.config/sh/rc.d/fzf')
-rw-r--r--fzf/.config/sh/rc.d/fzf2
1 files changed, 2 insertions, 0 deletions
diff --git a/fzf/.config/sh/rc.d/fzf b/fzf/.config/sh/rc.d/fzf
new file mode 100644
index 0000000..27a1c89
--- /dev/null
+++ b/fzf/.config/sh/rc.d/fzf
@@ -0,0 +1,2 @@
+export FZF_DEFAULT_OPTS="--reverse --inline-info --bind=tab:down,shift-tab:up,change:top,ctrl-space:toggle"
+export FZF_DEFAULT_COMMAND="rg --hidden -l ."