diff options
Diffstat (limited to '.config/lf/lfrc')
| -rw-r--r-- | .config/lf/lfrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index f0809f3..b7f7b1b 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -24,6 +24,8 @@ set previewer '~/.config/lf/scope' set autoquit true # cmds/functions +# +# Replace excel for visidata... cmd open ${{ case $(file --mime-type "$(readlink -f $f)" -b) in #application/vnd.openxmlformats-officedocument.spreadsheetml.sheet) excel ;; @@ -47,7 +49,7 @@ cmd open ${{ esac }} -cmd mkdir $mkdir -p "$@" +cmd mkd %mkdir "$@" cmd extract ${{ clear; tput cup $(($(tput lines)/3)); tput bold |
