From e4e11e55071f2492928ac40a3d6ed8980e5d4d55 Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Thu, 24 Dec 2020 02:44:08 +0300 Subject: [PATCH] update fish keybinding example Related #499 --- etc/lfcd.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/lfcd.fish b/etc/lfcd.fish index 5c556bd..d318df2 100644 --- a/etc/lfcd.fish +++ b/etc/lfcd.fish @@ -7,7 +7,7 @@ # # You may also like to assign a key to this command: # -# bind \co 'stty sane; lfcd; commandline -f repaint' +# bind \co 'set old_tty (stty -g); stty sane; lfcd; stty $old_tty; commandline -f repaint' # # You may put this in a function called fish_user_key_bindings.