From df8cee1056b800dab303c6b5c07ac5768a07a051 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sun, 21 May 2017 14:49:40 +0200 Subject: [PATCH] fish: Bind fzf-history-widget to R instead of r 'r' is for replace-mode with vi bindings --- .config/fish/fzf.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/fzf.fish b/.config/fish/fzf.fish index 388edbcd..b7ccbe15 100644 --- a/.config/fish/fzf.fish +++ b/.config/fish/fzf.fish @@ -8,7 +8,7 @@ fzf_key_bindings bind -M insert \et fzf-file-widget bind t fzf-file-widget -bind r fzf-history-widget +bind R fzf-history-widget bind -m insert C fzf-cd-widget function fzf-select -d 'Eval commandline, fzf result and print out selection'