reverse fzf-tab sort

this allows datestamps to be displayed newest-first
This commit is contained in:
xfnw 2021-12-16 20:29:20 -05:00
parent df3809461c
commit 8d2967296a

View file

@ -97,6 +97,7 @@ _fzf_tab_remove_space() {
$'\033[38;5;214m' $'\033[38;5;165m' $'\033[38;5;124m' $'\033[38;5;120m'
}
(( $+FZF_TAB_OPTS )) || FZF_TAB_OPTS=(
--tac
--ansi # Enable ANSI color support, necessary for showing groups
--expect='$continuous_trigger' # For continuous completion
'--color=hl:$(( $#headers == 0 ? 108 : 255 ))'