summaryrefslogtreecommitdiff
path: root/.config/lf
diff options
context:
space:
mode:
Diffstat (limited to '.config/lf')
-rw-r--r--.config/lf/lfrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc
index 9522d1b..e2c14cc 100644
--- a/.config/lf/lfrc
+++ b/.config/lf/lfrc
@@ -8,7 +8,7 @@ readarray -t myfiles < <(printf "%s" "$fx")
for file in "${myfiles[@]}"; do
case $(file --mime-type "$file" -bL) in
text/html) setsid -f xdg-open "$file" >/dev/null 2>&1 ;;
- text/*|application/json) setsid -f konsole -e nvim "$file" >/dev/null 2>&1 ;;
+ text/*|application/json) setsid -f konsole -e vim "$file" >/dev/null 2>&1 ;;
video/*) setsid -f vlc "$file" >/dev/null 2>&1 ;;
audio/*) setsid -f vlc "$file" >/dev/null 2>&1 ;;
application/x-executable|application/x-pie-executable) setsid -f "$file" >/dev/null 2>&1 ;;