fixed vifm

This commit is contained in:
Clay Gomera 2023-05-27 00:56:10 -04:00
parent af981611bf
commit 15be8a7412

View file

@ -13,7 +13,7 @@
" Since emacs is a GUI app and not a terminal app like vim, append the command
" with an ampersand (&).
set vicmd=nvim
set vicmd=~/.local/bin/lvim
" This makes vifm perform file operations on its own instead of relying on
" standard utilities like `cp`. While using `cp` and alike is a more universal