Working on dmenu

This commit is contained in:
Derek Taylor
2020-03-22 23:41:03 -05:00
parent b28c71ae00
commit 8d8ff3f459
11 changed files with 33 additions and 18 deletions

View File

@@ -11,8 +11,8 @@
" Since emacs is a GUI app and not a terminal app like vim, append the command
" with an ampersand (&).
set vicmd=emacsclient\ -c\ &
" set vicmd=vim
" set vicmd=emacsclient\ -c\ &
set vicmd=vim
" 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