Show dotfiles by default
This commit is contained in:
parent
07827f923b
commit
22730e14a3
|
@ -1,16 +1,9 @@
|
||||||
" vim: filetype=vim :
|
" vim: filetype=vim :
|
||||||
" Sample configuration file for vifm (last updated: 06 Jan, 2016)
|
|
||||||
" You can edit this file by hand.
|
|
||||||
" The " character at the beginning of a line comments out the line.
|
|
||||||
" Blank lines are ignored.
|
|
||||||
" The basic format for each item is shown with an example.
|
|
||||||
|
|
||||||
" ------------------------------------------------------------------------------
|
" show dotfiles
|
||||||
|
set dotfiles
|
||||||
" This is the actual command used to start vi. The default is vim.
|
|
||||||
" If you would like to use another vi clone such as Elvis or Vile
|
|
||||||
" you will need to change this setting.
|
|
||||||
|
|
||||||
|
" editor command definition
|
||||||
set vicmd=vim
|
set vicmd=vim
|
||||||
" set vicmd=elvis\ -G\ termcap
|
" set vicmd=elvis\ -G\ termcap
|
||||||
" set vicmd=vile
|
" set vicmd=vile
|
||||||
|
|
Loading…
Reference in New Issue