summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-04-03 11:35:55 -0400
committerJesse Luehrs <doy@tozt.net>2023-04-03 11:35:55 -0400
commit479289bd77c8bed9b551253e3691a18db82ea6a7 (patch)
treec6e24ed6cf09fab36014996068f5c9ba2464e8c4
parent750f82b4029988f498de4504c09e869fa6e37cd1 (diff)
downloadconf-479289bd77c8bed9b551253e3691a18db82ea6a7.tar.gz
conf-479289bd77c8bed9b551253e3691a18db82ea6a7.zip
restore fzf multi select
-rw-r--r--config/sh/env4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/sh/env b/config/sh/env
index 70dcc7c..6ab4e98 100644
--- a/config/sh/env
+++ b/config/sh/env
@@ -16,9 +16,9 @@ fi
export TEXINPUTS=".:$HOME/.config/tex:"
export LESS='-QR'
export PERL_CPANM_OPT="-q --mirror http://mirrors.kernel.org/cpan/ --mirror http://cpan.metacpan.org/ --prompt"
-export FZF_DEFAULT_OPTS="--reverse --inline-info --bind=tab:down,shift-tab:up,change:top"
+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 ."
-export SKIM_DEFAULT_OPTIONS="--reverse --inline-info --bind=tab:down,shift-tab:up,change:top"
+export SKIM_DEFAULT_OPTIONS="--reverse --inline-info --bind=tab:down,shift-tab:up,change:top,ctrl-space:toggle"
export SKIM_DEFAULT_COMMAND="rg --hidden -l ."
export FANCY_PROMPT_COLORS="user_doy=bright_blue,host_mz-doy1=bright_white,host_tozt=bright_yellow,host_partofme=magenta,host_mail=green,host_hornet=red"
export PASSWORD_STORE_X_SELECTION=primary