From 22730e14a3c49068cbccf9de519f9c2cb265ff94 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Wed, 15 May 2019 22:19:10 -0500 Subject: [PATCH] Show dotfiles by default --- .config/vifm/vifmrc | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc index 6b294fa..a919829 100644 --- a/.config/vifm/vifmrc +++ b/.config/vifm/vifmrc @@ -1,16 +1,9 @@ " 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. -" ------------------------------------------------------------------------------ - -" 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. +" show dotfiles +set dotfiles +" editor command definition set vicmd=vim " set vicmd=elvis\ -G\ termcap " set vicmd=vile