reverse fzf-tab sort
this allows datestamps to be displayed newest-first
This commit is contained in:
parent
df3809461c
commit
8d2967296a
1 changed files with 1 additions and 0 deletions
|
@ -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 ))'
|
||||
|
|
Loading…
Reference in a new issue