From 8dd4be0ddbb17a345e13897fee813e0a72b95771 Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Sat, 14 Nov 2020 00:28:13 +0300 Subject: [PATCH] change fish keybinding example Related #499 --- etc/lfcd.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/lfcd.fish b/etc/lfcd.fish index e43900e..5c556bd 100644 --- a/etc/lfcd.fish +++ b/etc/lfcd.fish @@ -7,9 +7,9 @@ # # You may also like to assign a key to this command: # -# bind \co 'lfcd; commandline -f repaint' +# bind \co 'stty sane; lfcd; commandline -f repaint' # -# You need to put this in a function called fish_user_key_bindings. +# You may put this in a function called fish_user_key_bindings. function lfcd set tmp (mktemp)