From 4cc0693d76a370e4e4d65e09a36d8fb06e49bdec Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sun, 6 Jan 2019 10:22:43 +0100 Subject: [vim] Update generalized_motion --- vifm/.config/vifm/vifmrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'vifm/.config') 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 +" set runexec + " Commands command! backup !cp -r %f %f.bak -- cgit v1.2.3