diff options
-rw-r--r-- | dotfiles/.config/lf/lfrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/lf/lfrc b/dotfiles/.config/lf/lfrc index 31c6945..4040195 100644 --- a/dotfiles/.config/lf/lfrc +++ b/dotfiles/.config/lf/lfrc @@ -90,6 +90,6 @@ map <enter> shell map f :fzf_jump map t :dragon map T :dragon_drop -map W $setsid $TERMINAL & # open new terminal window +map W $setsid $TERMINAL > /dev/null 2>&1 & # open new terminal window map Y :yank-path map L $LESSOPEN='| ~/.local/bin/scope %s' less -R $f # open file preview in pager |