diff options
Diffstat (limited to 'vifm/.config')
-rw-r--r-- | vifm/.config/vifm/vifmrc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/vifm/.config/vifm/vifmrc b/vifm/.config/vifm/vifmrc index 0ef0c26..1bd27d8 100644 --- a/vifm/.config/vifm/vifmrc +++ b/vifm/.config/vifm/vifmrc @@ -1,12 +1,12 @@ " Command to open files -filetype * xdg-open & -filetype *.exe wine +filetype *.JPG feh %f & +filetype *.exe wine %f & +filetype * xdg-open %f & " Options set fastrun set history=100 set incsearch -set runexec set sortnumbers set scrolloff=2 set smartcase @@ -15,6 +15,9 @@ set relativenumber set vimhelp set wildmenu +" Run executables on <cr> +" set runexec + " Commands command! backup !cp -r %f %f.bak |