Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/vifm/vifm.vim
Vim plugin that allows use of vifm as a file picker
https://github.com/vifm/vifm.vim
Reference :bmark command.
a068e9a5b210f3bb6ca615fcfe072228b281bf52 authored about 5 years ago by xaizek <[email protected]>
"Highlight" sounds confusing. Especially now that there is
highlighting.
"name is obsolete" is rather confusing. Drop it. Man page doesn't have
it.
This is way more reliable than wrapping stuff in quotes manually and
docs should demonstrate goo...
f67f5b6f703d18be74112b3fe72439075a44cf38 authored over 5 years ago by xaizek <[email protected]>
eacbfd18eb50adcc11578d7a2df0b69619217080 authored over 5 years ago by xaizek <[email protected]>
Thanks to gcmt.
See #466 on GitHub.
afba05ea456a6c193c0afab1e1760424ac36c004 authored over 5 years ago by xaizek <[email protected]>5dbbd68415078f99ebe4cf0a91469349790ea58d authored over 5 years ago by xaizek <[email protected]>
1714b319f459a6e705999902329c7ef1a30d108f authored over 5 years ago by xaizek <[email protected]>
Add *.vifm file detection by extension
d2f82195cfc3a29fe8269c17812236ae14d8bcf8 authored over 5 years ago by xaizek <[email protected]>134e5c5978ec0144a916c82e30f88fb4b6dd79b5 authored over 5 years ago by Anton Kochkov <[email protected]>
f91c5d5ed27b921ff6c5251406ab6e13bbb0f05a authored over 5 years ago by xaizek <[email protected]>
2918f993a7af03f1d4e9468999138e53c0c24042 authored over 5 years ago by xaizek <[email protected]>
It is configured to be used (via 'mediaprg') on OS X.
Patch by Von Welch.
Closes #438 on GitHub.
7d8395187993cb16c8b263b628d6b54db0510b68 authored over 5 years ago by xaizek <[email protected]>They were highlighted previously, but for fewer number of commands.
f948b8d9a0854fcd4b21dd9d9cb9dcafe563fc4c authored over 5 years ago by xaizek <[email protected]>4e0703cbd8efe67cb4f977c303864977c4d0d10d authored over 5 years ago by xaizek <[email protected]>
e3ca2716dcae524520b8fe62ae0035fe38e6a902 authored over 5 years ago by xaizek <[email protected]>
It works as a mix between %a and %A macros: usually contains arguments
passed to :find command, ...
It can be used to improve performance of file queries by caching
results of external commands.
...
f6d83b3b909647602c148a76d9f3feee8c18b544 authored over 5 years ago by xaizek <[email protected]>cc19356ec986256f24b77f9a1d8038ba1c2a6190 authored over 5 years ago by xaizek <[email protected]>
5368885be038e8c0f44224113abe8b42eb2d9b32 authored over 5 years ago by xaizek <[email protected]>
First parameter of :filetype was missing.
b4f297a25ad22a5a135d5682fb71a2e1af1503ec authored over 5 years ago by xaizek <[email protected]>2618924d5d51be4d386aac2b7b087669aa46c9cd authored over 5 years ago by xaizek <[email protected]>
They are processed differently from other macros (like %f).
f7d877bad15c20c43c81b85d4d9a0f25800b44b9 authored over 5 years ago by xaizek <[email protected]>
It is equivalent to FUSE_MOUNT, but doesn't perform unmounting.
Helpful to use something like av...
Requires python and dbus module for it to be installed (because
udisks2 and dbus are too shitty ...
Can be used for highlighting inactive pane.
Thanks to John Fred Fadrigalan (a.k.a. cevhyruz).
...
0a8aa9be8464820fccb57ce7b55af211596e0623 authored over 5 years ago by xaizek <[email protected]>Fix split/netrw window close handling
a6401958db6b60de7ca4825316656a4ba5479822 authored over 5 years ago by xaizek <[email protected]>c645af47a3285e65a4706966011615001dd194dd authored over 5 years ago by rbong <[email protected]>
793c416a4f335e1f4096d4ea87217e1ed162010d authored over 5 years ago by rbong <[email protected]>
Alternate files are now preserved and returned to on closing Vifm.
The current window is no lon...
4b3c9c6d7e17e08ac0b74aaabe2ec3f5096f4de3 authored over 5 years ago by rbong <[email protected]>b43f3f76cd1b5d829208314fd6cfc4fd6e47c568 authored over 5 years ago by xaizek <[email protected]>
e91670d74e07be167ead1582c0e73a33a871e41b authored over 5 years ago by rbong <[email protected]>
It defaulted to false in the documentation but was incorrectly set to
true.
75748c1f8cc8d458afd8dcc5039bb9efa1908b43 authored over 5 years ago by rbong <[email protected]>
eeedd0aad5fb2f665eaa76d46782034197739436 authored over 5 years ago by rbong <[email protected]>
Neovim effectively always has job management enabled, so handle it
identically to vim when termi...
cb40f526c0f24125b2e62b8d9402ee9b33fa878c authored over 5 years ago by rbong <[email protected]>
75b3004cba67b616236542109fb73af832c201b1 authored over 5 years ago by rbong <[email protected]>
This is more concise, and will allow for using modifiers to open vifm in
a terminal to make more...
This isn't the case for a while now.
Thanks to Jose Riha (a.k.a. jose1711).
02c74ef56206f6996c601bf4c32069f7fe53e46d authored over 5 years ago by xaizek <[email protected]>
It makes preview output directly affect terminal circumventing curses,
which could be used to di...
Thanks to SearyBlue.
Added for
https://github.com/vifm/vifm/issues/365#issuecomment-481338351
...
Clarify that there is one permanent filter broken into two parts.
Provide sample use cases for h...
Other option kinds don't seem to need it.
Note that ^= for string list options works a bit diff...
c4d342fae742222f99bef7212c79ad27dce8b37e authored over 5 years ago by xaizek <[email protected]>It allows enabling preview of files.
Thanks to Svadkos and Tom Jansen.
Closes #365 on GitHub.
abf765c83f3d00c50d4fefac4bc8f869cff9aec0 authored almost 6 years ago by xaizek <[email protected]>91f625665e856985b0f9711895eece39eea3e981 authored almost 6 years ago by xaizek <[email protected]>
Thanks to afsheenb.
Based on issue #406 on GitHub.
b85aed7f4541c8f4ee39bcbaf38cb295201fe295 authored almost 6 years ago by xaizek <[email protected]>To display only last directory in tab line instead of full path.
Thanks to chelovechishko.
Clo...
c3dc3f12ca325b6b1884db08133b02c279914813 authored almost 6 years ago by xaizek <[email protected]>It was with view being in a mixed state of old and new location.
Thanks to Kendrick Taylor (a.k...
0f2dc99a4d1391427515db989662729e9f3b6d5a authored almost 6 years ago by xaizek <[email protected]>b1fc6082dd540af6b61801937d3b0351cf7f4d12 authored almost 6 years ago by xaizek <[email protected]>
Specifies argument for the shell.
At least partially resolves #105 on GitHub and resolves #393 ...
921ab4dc57dfdda8b45514d706756a3175176d89 authored almost 6 years ago by xaizek <[email protected]>669a9fcc42fb9cbd7172d0b9ef46521c32c0459d authored about 6 years ago by xaizek <[email protected]>
It hides interface to show previous commands' output.
Thanks to dikiy.
https://www.linux.org.r...
0418b438f5aa2b2bdbbc09dfe3b0c7d0a06f0602 authored about 6 years ago by xaizek <[email protected]>More could need to be fixed actually.
5c0d76b1cd2fa140c26bd62a11f830155eaed1d8 authored about 6 years ago by xaizek <[email protected]>
It picks the first available color scheme that is supported by the
terminal.
Thanks to Jose Rih...
e5066d75222b44844840c621d3376ae0562e0b69 authored about 6 years ago by xaizek <[email protected]>Thanks to j-xella.
Closes #328 on GitHub.
e4c188b912af4182ae33d0634b7291e0088548d8 authored about 6 years ago by xaizek <[email protected]>
It displays full name of directories and symbolic links to
directories and only root of name for...
Thanks to chelovechishko.
Closes #381 on GitHub.
02c29d9f8bf05ecb60f5a1905e77f499f2066936 authored about 6 years ago by xaizek <[email protected]>Thanks to chelovechishko.
Closes #380 on GitHub.
48033362c0fe68ba3e50284f63d80118191f03aa authored about 6 years ago by xaizek <[email protected]>561c4d0f8772472b839ff767b2c3c7a126697f79 authored about 6 years ago by xaizek <[email protected]>
Thanks to mwgkgk.
See #377 on GitHub.
1bfbdc47e08eb01fb87b7113e60ea07232754177 authored about 6 years ago by xaizek <[email protected]>8060879b984f714439c702b9fb2e251dc390a23f authored about 6 years ago by xaizek <[email protected]>
36d040b7c2fcad294d67f001ba44c930f6b16c9c authored about 6 years ago by xaizek <[email protected]>
Thanks to filterfalse.
2c7220ee6d6202575cc75043c04776b08c43ee17 authored about 6 years ago by xaizek <[email protected]>For inaccessible link targets.
Thanks to filterfalse.
3a1c12da160f7f6062f2407b4a26baf6d5c0e57a authored about 6 years ago by xaizek <[email protected]>Fixes vifm/vifm.vim#18 on GitHub.
a88994ed5ea311f8adc4c8aa63e82d17b86e31cb authored about 6 years ago by xaizek <[email protected]>0c3b6893d0980779d38af04316852c636575b3f4 authored about 6 years ago by xaizek <[email protected]>
87b46e015fd1b1baf6b6fbbf0c4af80e49beac62 authored about 6 years ago by xaizek <[email protected]>
7898fbdd41ee328f6d06e70b46030c85d376b667 authored about 6 years ago by xaizek <[email protected]>
It works as gT normal mode shortcut.
A pair to :tabn[ext] command.
8ab52e46b4721ae1a6cf1ffce4af5299b7dc573c authored about 6 years ago by xaizek <[email protected]>It works as gt normal mode shortcut.
Thanks to Cosmin Popescu (a.k.a. cosminadrianpopescu).
Se...
00a1e94ffa55b534fd1f97bbd2dd77673c606390 authored about 6 years ago by xaizek <[email protected]>
It's more useful. Path wasn't added as an additional argument, because
it might preclude suppor...
It can list and perform basic operations on removable media (requires
helper to be available).
...
7e750b296b09932bbc1086acc3051f290809d1cd authored over 6 years ago by xaizek <[email protected]>
In the future it can be used to specify helper for managing removable
media.
222e27ba96c93716cad3f65454678f0bef9e033a authored over 6 years ago by xaizek <[email protected]>
Thanks to gammaray.
See https://www.linux.org.ru/forum/desktop/14470121
c08bc0f6ad750ee15c198f784e679a9d19629536 authored over 6 years ago by xaizek <[email protected]>Thanks to gammaray.
See https://www.linux.org.ru/forum/desktop/14470121
ed5fb334c5a85575afb438b55dbd8a1c80c28d2c authored over 6 years ago by xaizek <[email protected]>Just like :*map commands do.
Thanks to filterfalse.
14ee671bd4a121d665c2b0881f47b54ac56c30b2 authored over 6 years ago by xaizek <[email protected]>
It resolves prefix conflicts of user-defined mappings and builtin
keys in favour of user-defined...
c432e890e9c7ef49e960b9fe7ae7993fca76b90a authored over 6 years ago by xaizek <[email protected]>
This is quite natural and is also helpful in tests.
df9d16bdd79bb5a51d4673bc8dc95abc0123f576 authored over 6 years ago by xaizek <[email protected]>
It is treated as a boolean and specifies whether symbolic links
should be resolved.
See #334 on...
2afb7f9e4b8e4bfe094e73e0aa61779ee0ecfd3d authored over 6 years ago by xaizek <[email protected]>Thanks to Jose Riha (a.k.a. jose1711).
See
https://q2a.vifm.info/347/the-proper-way-convert-fi...
e0beceb8e88c06d1f35cf9c316f05cb967dbf6a7 authored over 6 years ago by xaizek <[email protected]>It makes possible to map Ctrl-Space key.
Thanks to anonymous at Vifm Q2A site.
See: https://q2...
2673e0a032f5cd8ed187057a3114aa93a90b821b authored over 6 years ago by xaizek <[email protected]>e15f46fe181748c4c7e9fb15483b1b0ad5af6115 authored over 6 years ago by xaizek <[email protected]>
Thanks to the anonymous from
https://q2a.vifm.info/326/beginners-questions-about-vifm-functiona...
34a0c57dedbba9408f3bf766261e26b00a2731e2 authored over 6 years ago by xaizek <[email protected]>
It postpones UI updates until RHS is completely processed.
Probably not all updates are postpone...
4673140e856030dbc1376ef9756ece544ac4e745 authored over 6 years ago by xaizek <[email protected]>
Thanks to GeorgeHJ.
a69bb6fb0b7800eebcf34110606fa659d032a510 authored over 6 years ago by xaizek <[email protected]>This makes it possible to colorize parts of status line differently.
Thanks to GeorgeHJ.
See
...
303da9a5b4506b4eec2017fe0a83c9c2419b448d authored over 6 years ago by xaizek <[email protected]>Not used yet by the code.
2e3a4805a0a11ed92cbef8226c3d871a9bf24068 authored over 6 years ago by xaizek <[email protected]>Neither comments nor strings below were highlighted before:
let &statusline = "%1*" ...
e05bb3acfbf4790ff7be50258312e5243d3ebdaf authored over 6 years ago by xaizek <[email protected]>Thanks to Konst Mayer (a.k.a. cdlscpmv).
Closes #337 on GitHub.
fe489f63caac36ffb7c14a222781473cf9b47b43 authored over 6 years ago by xaizek <[email protected]>Resets position in the undo list to group under the cursor.
Thanks to mini-turtle.
Closes #326...
d4be5ce93aa5c3757650ace5abf6545d45bfde37 authored over 6 years ago by xaizek <[email protected]>I still fail to understand why it was put there in the first place.
6c75adb28af2e4d6e87e888f50baaecc81484f66 authored over 6 years ago by Konst Mayer <[email protected]>b142ed3579631d029aa4862fe3b0e314d55f49e8 authored over 6 years ago by xaizek <[email protected]>
96da4846029566c7c1446ac41facd995264a16a7 authored over 6 years ago by xaizek <[email protected]>
Thanks to j-xella.
Closes #327 on GitHub.
03ad1b7ac860196c9cb1e1b84414fccf8216f904 authored over 6 years ago by xaizek <[email protected]>
Removed TODO entry might not be exactly about registers, but more
details about it weren't found...