File ChangeLog changed (mode: 100644) (index e95060a26..ad305553b) |
69 |
69 |
|
|
70 |
70 |
Display an error on trying to switch from external preview to raw mode. |
Display an error on trying to switch from external preview to raw mode. |
71 |
71 |
|
|
|
72 |
|
Updated sample vifmrc files to use `vi` as a last resort if it exists. |
|
73 |
|
|
72 |
74 |
Fixed 'trashdir' with "%r" on BSD-like systems (those with getmntinfo() |
Fixed 'trashdir' with "%r" on BSD-like systems (those with getmntinfo() |
73 |
75 |
instead of getmntent() API). The regression was apparently introduced in |
instead of getmntent() API). The regression was apparently introduced in |
74 |
76 |
v0.9.1-beta. Thanks to sublimal. |
v0.9.1-beta. Thanks to sublimal. |
File data/vifmrc changed (mode: 100644) (index 8e7dc8060..67dcd7801) |
1 |
1 |
" vim: filetype=vifm : |
" vim: filetype=vifm : |
2 |
2 |
" |
" |
3 |
|
" Sample configuration file for vifm (last updated: 11 May, 2025) |
|
|
3 |
|
" Sample configuration file for vifm (last updated: 7 September 2025) |
4 |
4 |
" |
" |
5 |
5 |
" You can edit this file by hand. The " character at the beginning of a line |
" You can edit this file by hand. The " character at the beginning of a line |
6 |
6 |
" comments out the line. Blank lines are ignored. The basic format for each |
" comments out the line. Blank lines are ignored. The basic format for each |
|
... |
... |
elseif executable('vile') |
43 |
43 |
elseif $EDITOR != '' |
elseif $EDITOR != '' |
44 |
44 |
echo 'Note: using `'.$EDITOR.'` as an editor' |
echo 'Note: using `'.$EDITOR.'` as an editor' |
45 |
45 |
let &vicmd = $EDITOR |
let &vicmd = $EDITOR |
|
46 |
|
elseif executable('vi') |
|
47 |
|
set vicmd=vi |
46 |
48 |
endif |
endif |
47 |
49 |
|
|
48 |
50 |
" This makes vifm perform file operations on its own instead of relying on |
" This makes vifm perform file operations on its own instead of relying on |
File data/vifmrc-osx changed (mode: 100644) (index 66912d9e4..6bf3d23be) |
1 |
1 |
" vim: filetype=vifm : |
" vim: filetype=vifm : |
2 |
2 |
" |
" |
3 |
|
" Sample configuration file for vifm on OSX (last updated: 11 May, 2025) |
|
|
3 |
|
" Sample configuration file for vifm on OSX (last updated: 7 September 2025) |
4 |
4 |
" |
" |
5 |
5 |
" You can edit this file by hand. The " character at the beginning of a line |
" You can edit this file by hand. The " character at the beginning of a line |
6 |
6 |
" comments out the line. Blank lines are ignored. The basic format for each |
" comments out the line. Blank lines are ignored. The basic format for each |
|
... |
... |
elseif executable('vile') |
47 |
47 |
elseif $EDITOR != '' |
elseif $EDITOR != '' |
48 |
48 |
echo 'Note: using `'.$EDITOR.'` as an editor' |
echo 'Note: using `'.$EDITOR.'` as an editor' |
49 |
49 |
let &vicmd = $EDITOR |
let &vicmd = $EDITOR |
|
50 |
|
elseif executable('vi') |
|
51 |
|
set vicmd=vi |
50 |
52 |
endif |
endif |
51 |
53 |
|
|
52 |
54 |
" This makes vifm perform file operations on its own instead of relying on |
" This makes vifm perform file operations on its own instead of relying on |