From b03cb7f97ff41673b561434f3efe72a424b43afd Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 3 Feb 2017 10:10:36 +0100 Subject: [PATCH] fzf: Sort history --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index ef6c7566..d7a1e586 100644 --- a/.profile +++ b/.profile @@ -134,7 +134,7 @@ if command -v fzf >/dev/null 2>&1; then export FZF_ALT_C_OPTS="--preview='preview {}'" export FZF_BCD_OPTS=$FZF_ALT_C_OPTS export FZF_CDHIST_OPTS=$FZF_ALT_C_OPTS - export FZF_CTRL_R_OPTS="--reverse" + export FZF_CTRL_R_OPTS="--reverse --sort" export FZF_CTRL_T_OPTS="--bind=ctrl-j:'execute-multi(rifle {})' --preview='preview {}'" if [ "$(uname -o)" = "GNU/Linux" ]; then ## Append '/' to folder names. GNU find required.