diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-01-06 10:22:43 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-01-06 10:22:43 +0100 |
commit | 4cc0693d76a370e4e4d65e09a36d8fb06e49bdec (patch) | |
tree | 14276a1e4c376a485593b70fa36a7526278c464b /vifm | |
parent | fe9f7f011e91fa4cf2bfecbf408688d4223f437d (diff) |
[vim] Update generalized_motion
Diffstat (limited to 'vifm')
-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 |