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

Improve documentation related to "s" in 'cpoptions'

Mainly fix documentation on yy, Y, dd and DD not mentioning how "s" flag
of 'cpoptions' affects ...

b187efe0ba367a47d2cc4785fb724c0451a85260 authored 12 months ago by xaizek <[email protected]>
Better document trailing dir slash on matching

For 'classify' and patterns in general.

See #968 on GitHub.

1ba7a9d087aef174036f527ce8f9fa91fbd181d1 authored 12 months ago by xaizek <[email protected]>
Improve documentation on functional keys

* Explain what <f0>-<f63> are for.
* Remove "only for MS-Windows" label.
* Mention <m-f1>-<m-f12...

017ef2c41c86a59a8683da5e571e23edcb9e7501 authored 12 months ago by xaizek <[email protected]>
Drop dead link to Esperanto translation

It's long outdated and now the site isn't even available.

Thanks to qadzek.

1653fe56ebc9a96e5668eaa017cc0faf1ab13c23 authored 12 months ago by xaizek <[email protected]>
Merge pull request #93 from qadzek/docs/improve

Remove dead link to outdated Esperanto translation.
Add usage example for `g:vifm_exec_args`.

dc1404548919f56817b447f66681fdaaabee42ce authored 12 months ago by xaizek <[email protected]>
Fix line length

af5fc7af903d7d02e0f34a38251a549762ff514c authored 12 months ago by qadzek <[email protected]>
Add example showing usage of `g:vifm_exec_args`

It took me a long time to figure this one out, so I figured an example
would be nice. Judging fr...

ecc885c2e30dd9c29ad7271a8fa9e09c4a9cd434 authored 12 months ago by qadzek <[email protected]>
Remove dead link

This website has been down for some time. It's still available on the
Wayback Machine, but that ...

97e05aa9d3cff2b9531e95b475f577180a6662b5 authored 12 months ago by qadzek <[email protected]>
Fix little grammar error in documentation

8cea10925699a8f77f6d9ebb5df87a5995fbd3f2 authored about 1 year ago by Mrestof <[email protected]>
Improve doc's wording on Ctrl-_ in cmd-line mode

"return" looks wrong here, "restore" is closer to what happens.

631258f09518f40c35eed1879f1f8982d3683771 authored about 1 year ago by xaizek <[email protected]>
Add match navigation to interactive search mode

Made Tab and Shift-Tab in interactive search prompts (including when
navigating) move cursor to ...

61c56c7865ac9708cb4615ff0281e94297f82c1f authored about 1 year ago by xaizek <[email protected]>
Add vifm.stdout() function

It returns stream to which Vifm's output was redirected (if it was
redirected, i.e. original out...

1d242f09a4e8cd20589a3cf48f0ac3830246f14d authored about 1 year ago by xaizek <[email protected]>
Fix several typos in documentation

c6c818626be306c675fd47d57be045a30cb44303 authored about 1 year ago by xaizek <[email protected]>
Slightly expand documentation on %N macro

Thanks to James Dietrich.

15efc1a6f362a23d0f620c29ec0c60623ce9c479 authored about 1 year ago by xaizek <[email protected]>
Name Vifm buffers unique in NeoVim

This avoids this error which doesn't impede functionality:

Error detected while processing f...

8369a85c69943803f22f422be34cf538ef167722 authored about 1 year ago by xaizek <[email protected]>
Improve wording of docs on view column types

Just slightly better English (according to me :)).

840fa94041f432c7fb72ff60081913742eb7551f authored about 1 year ago by xaizek <[email protected]>
Clarify docs on column literals and escaping

Thanks to chelovechishko.

Fixes #942 on GitHub.

7581d7783f71581345716afd24d36928d1eb758f authored about 1 year ago by xaizek <[email protected]>
Make abbrevs.add() unsafe its handler a safe one

So it doesn't mess up internal state by modifying abbreviations or
something else.

41b87c1454775949eac2a412abe458ca10d04b39 authored about 1 year ago by xaizek <[email protected]>
Register command-line abbrevs in Lua

9cb07967ee1682f9d3a514a1ffc5a203f2ba939d authored about 1 year ago by filterfalse <[email protected]>
Fix negotiation/negation typo in the docs

Thanks to HALS (ixzh).

Fixes #946 on GitHub.

537069856241ff50d696822879c29d67efe39200 authored over 1 year ago by xaizek <[email protected]>
Fully document middle alignment in view columns

c49707d614fa8575a535eb0ecf83b3bd28ddd0c2 authored over 1 year ago by xaizek <[email protected]>
Merge pull request #91 from PhilRunninger/master

Resolve filename when opening files.

8b671c02525b6772ba9a8a38d17d0f06bfcb06bd authored over 1 year ago by xaizek <[email protected]>
Resolve filename when opening files.

This matches what's done in the "Go to the first file" loop below.

5aa67354128da3385001bd537caf80147b88591e authored over 1 year ago by PhilRunninger <[email protected]>
Add `cursorpos` field to selectors

It moves the cursor within a view.

38acf1128b0bd4f8b2f79c8644d1cda9dc297d9d authored over 1 year ago by filterfalse <[email protected]>
Deprecate VifmView.currententry

VifmView.currententry has two problems:

1. judging by name, VifmEntry is expected;
2. hard to r...

87898864619c1c1e9b615ae20f1149f6d3381576 authored over 1 year ago by filterfalse <[email protected]>
Add ability to move the cursor within VifmView

By assigning an integer to VifmView.cursor.pos.

e7b9565565941d3441a956cc9bcdf5799140caf8 authored over 1 year ago by filterfalse <[email protected]>
Add VifmView.cursor to replace VifmView.currententry

VifmView.currententry has two problems:

1. judging by name, VifmEntry is expected;
2. hard to r...

db8cb9d95fde7e0c86c496aa72d27d0f5a6b8f9e authored over 1 year ago by filterfalse <[email protected]>
Add :fin[d] command to menu mode

Allows (re)running find command on the same set of files without leaving
the mode.

830e7187949fb6b12cfa5c45acb98d3ffc320d5b authored over 1 year ago by xaizek <[email protected]>
Add :gr[ep] command to menu mode

It allows (re)running grep command on the same set of files without
leaving the mode.

menus/men...

4144698ba9f13cd7eb9cb248211a0af22555e7fc authored over 1 year ago by xaizek <[email protected]>
Merge pull request #90 from clach04/master

Add Vim 8+ install note to the README

Closes vifm/vifm.vim#89 on GitHub.

2d8b2d2003c01e1fada6ec23938f6f983540a2a5 authored over 1 year ago by xaizek <[email protected]>
README install note - #89

bbc849bbf30e02139504dd99e70645e41b6e1be1 authored over 1 year ago by clach04 <[email protected]>
Fix a comment in vifm.vim

"#" isn't necessarily supported (e.g., by nvim).

705ae3a0370fea068b5c617b1633bb20381401bc authored over 1 year ago by xaizek <[email protected]>
Auto-close gone Vim buffers

Implementation idea taken from rnvimr.

Thanks to Zeng (a.k.a. Bekaboo) and 高浩亮 (a.k.a. haolian9...

a36ced7a32712edb7dc893b901aac89b80d4bf61 authored over 1 year ago by xaizek <[email protected]>
Fix a couple of references in Vim-doc

The case was wrong.

0884757676d580ef6b6d5cc4f1d4132e79bb6704 authored over 1 year ago by xaizek <[email protected]>
Fix incorrect ref in vifm-menus-history of vimdoc

785b593457fbf2ca64719fc2c97c026f15ebee58 authored over 1 year ago by xaizek <[email protected]>
Add "millersep:" value to 'fillchars'

It allows customizing the border between miller columns.

Thanks to Shuo (a.k.a. shenqshuoh).

C...

f52001f835f0c334bfee4c38534320c1c546b0d8 authored over 1 year ago by xaizek <[email protected]>
Add "column:{name}" form to :highlight command

To specify style of a separate column.

Thanks to Anton Gepting.

Closes #461 on GitHub.

0300c693975b378802ffdf305187e1cf3f636c5e authored over 1 year ago by xaizek <[email protected]>
Reorder paragraphs in :highlight documentation

Attributes should come last.

151afffd1d1b1e522d8096b4f4da1b319af23e5d authored over 1 year ago by xaizek <[email protected]>
Add 'hloptions' to configure columns coloring

Thanks to qsmodo.

Closes #649 on GitHub.

9241d3bbbc692b52cf61c0a464e66b4a9cf5418d authored over 1 year ago by xaizek <[email protected]>
Set sw=4 in modelines of Vim doc files

ts=8 results in sw=8 if one uses sw=0, which is inconvenient.

b629da5ee59f08c3417068f5ef04930453ff0a53 authored over 1 year ago by xaizek <[email protected]>
Allow :cnewer to initiate viewing stashes

This is done for the symmetry when you open :chistory and see that there
are newer menus, but :c...

2d2978cde9f10d4e82700720e0ea2150d4f1ab74 authored over 1 year ago by xaizek <[email protected]>
Add :chi[story] command to menu mode

No need to leave menu mode to open the history.

e9a0fc8d8f5f9aa02f68bdf1b8614dc4b1004b9a authored over 1 year ago by xaizek <[email protected]>
Fix several :command lacking highlight in rhs

These commands:
- :keepsel
- :plugin
- :plugins
- :stop

90719be46cd38b1b4a25818032455cfcabd1814b authored over 1 year ago by xaizek <[email protected]>
Allow :colder without prior :copen

For convenience, this doesn't make anything new possible, just makes for
a quicker workflow.

:c...

2a62faae2ab794579f61a6787c2f4472089147bb authored over 1 year ago by xaizek <[email protected]>
Add :chi[story] that opens history of menus

a5d33010cfa866d0c2e0fe2fed48af8db3f5bf95 authored over 1 year ago by xaizek <[email protected]>
Rewrite "Menus and dialogs" part of the docs

It was inconsistent with the rest of the documentation and even with
itself, subsections weren't...

8b64d21aaf8e7330e31da8f1d8822e25d32947b7 authored over 1 year ago by xaizek <[email protected]>
Add :col[der] and :cnew[er] commands to menu mode

They can be used to traverse history of navigation menus.

5a6500232d90c20d9f4944f5ab095cf721fe1737 authored over 1 year ago by xaizek <[email protected]>
Add docs on menus history

ab6b0dce80478b781aa0ede85398435758e6da25 authored over 1 year ago by xaizek <[email protected]>
Fix vifm-:volumes tag (trailing "s" was missing)

3dff860c2aef5e2377c21f6cb3f140b698c59579 authored over 1 year ago by xaizek <[email protected]>
Add ":history mcmd" menu

It displays command-line history of menus.

07fec88cc592d131e028cb70242c8b216ecde149 authored over 1 year ago by xaizek <[email protected]>
Make documentation of 'vifminfo' more readable

0dd79642be9a0869f070e04c9db31451f558b0d3 authored over 1 year ago by xaizek <[email protected]>
Add "mchistory" value to 'vifminfo'

And to 'sessionoptions' option as well.

It manages storing of command-line history of menus.

6295088a63e175bf850b45a1dde545275c5d5d1e authored over 1 year ago by xaizek <[email protected]>
Version v0.13

a8130c37d144b51d84bee19f0532abcd3583383f authored almost 2 years ago by xaizek <[email protected]>
Document missing return value in getpanetype()

6609328f120b69f6275e37a055c3634311faf4f8 authored almost 2 years ago by filterfalse <[email protected]>
Add VifmView:select() and VifmView:unselect()

05a4cf4c39cd6c97c47b47fa7dfde785b0256f86 authored almost 2 years ago by filterfalse <[email protected]>
Clarify what happens to non-integer indexes

They are ignored.

358e1e3ef7bbc4b16424c3dc2556677d9122be1b authored almost 2 years ago by filterfalse <[email protected]>
Fix copy&paste in docs on vifm.keys.add()

f6a419ac6db364fd2856803ccfbf0dbfcaba4581 authored almost 2 years ago by xaizek <[email protected]>
Version v0.13-beta

c7a41aae8629a71b5f48b85a26e44b5df017f395 authored almost 2 years ago by xaizek <[email protected]>
Bump version of Lua API to v0.1.0

Not very useful at the moment, but a nice way to make sure that
reporting and checking for the v...

27e5a83ef837ab039c23f011f458e01bb4650a85 authored almost 2 years ago by xaizek <[email protected]>
Add two more items to |vifm-lua-caps|

0ba8ebb03cb4cedfdc2e7a314c93ede9305920ff authored almost 2 years ago by xaizek <[email protected]>
Some wording fixes in vifm-lua.txt

7a3abfeaaca3b048e8ca2aff51d1f6508cbbdf31 authored almost 2 years ago by xaizek <[email protected]>
Add vifm.executable()

673d7f267ff1d5ca191cc79b261fced1240ea83a authored almost 2 years ago by xaizek <[email protected]>
Fix description of %i macro in the documentation

Mention that it runs command in background.

5ddc145e9bb355aae7a0baeb9eab13114bfd6e5b authored almost 2 years ago by xaizek <[email protected]>
Highlight comments after :source command

639cfcb386fa419d8e27c69f489d6fedc53ec292 authored almost 2 years ago by xaizek <[email protected]>
Add filereadable() builtin function

Mainly as a way to check file's presence.

ccd8ae0d70ae64322af5bf9f854db7595516afff authored almost 2 years ago by xaizek <[email protected]>
Fix double empty line in vifm-app.txt

`>` doesn't need to be terminated with `<`.

5661fe261b10a04d4781416060c946738ff3f45a authored almost 2 years ago by xaizek <[email protected]>
Make 'tabline' accept Lua handler

3d539a0ec077dd3ed08046c7b9e19fbc89f0d36e authored almost 2 years ago by xaizek <[email protected]>
Add 'tabline' option to specify fmt of the tabline

56db9c9a49ec19af896de80714e5ed67fd8c5aab authored almost 2 years ago by xaizek <[email protected]>
Document that Lua handlers are run in safe env

da856f3f6e38c560ea4a80805905802b0cea2fa6 authored almost 2 years ago by xaizek <[email protected]>
Add VifmView.custom table

Provides title and type of custom view if it's active.

d0bceccaea6bd3fe017f4f609e7c91ff712196e3 authored almost 2 years ago by xaizek <[email protected]>
Make VifmTab:getview() return active pane of gtab

Later might do this explicitly on pane=current and also handle
pane=other (could use pane=0 and ...

c5c506eea10f361d07cfe82adeab3ee1cfdc3ebc authored almost 2 years ago by xaizek <[email protected]>
Add additional User10..User20 highlight groups

Along with corresponding %10*-%20* macros.

Thanks to Sylwia Ptasinska (a.k.a. SylEleuth).

Clos...

26edf964f90fa8aa9724ca252385062e952c51e4 authored almost 2 years ago by xaizek <[email protected]>
Fix typo in the docs: ment -> meant

1c72cac263d4cbb097fb9943dea6efd1e399f29a authored almost 2 years ago by xaizek <[email protected]>
Canonicalize paths read by :regedit

Registers shouldn't contain weird or relative paths.

6a63155761d80bbecccf104182240ae2a74b0a99 authored almost 2 years ago by xaizek <[email protected]>
Minor and stylistic updates for :regedit

0542a0c9c44c5ba58a74c028c2dc132d6b72181a authored almost 2 years ago by xaizek <[email protected]>
Add regedit :command

Performs external editing of register contents.

Closes #819 on GitHub.

ba4d6371fe50b97d89c627cba9934a6910189757 authored almost 2 years ago by Rostislav Tolushkin <[email protected]>
Change %N macro to also not start a process group

Thanks to Oskar Grunning (sQVe).

See https://github.com/vifm/vifm/issues/731#issuecomment-14451...

2982c64e2ec1bd5b451e75526eec590bc6e976b9 authored almost 2 years ago by xaizek <[email protected]>
Add r key to :jobs menu

It reloads the list of jobs.

Thanks to Sylwia Ptasinska (a.k.a. SylEleuth).

Related to #877 on...

c28c3fd97b25776038f51b8062790395bc2dae21 authored almost 2 years ago by xaizek <[email protected]>
Add fromtrash/totrash to app.fsop("move") events

Thanks to 高浩亮 (a.k.a. haolian9).

7e9bc038239647af12558cc0704e1ddf3cb06ee6 authored almost 2 years ago by xaizek <[email protected]>
Add app.fsop event to Lua API

It enables some monitoring of file-system changes caused by Vifm.

Thanks to 高浩亮 (a.k.a. haolian...

e18bec4733c9d70e63183ed76a21fb0ae9645e1e authored almost 2 years ago by xaizek <[email protected]>
Add vifm.input()

Same as input() builtin, opens a command-line prompt and returns its
result.

9cc18fc23641e15c8f04764f0120d09c1338a661 authored almost 2 years ago by xaizek <[email protected]>
Add "rpreview:files" to 'milleroptions'

Thanks to aksr.

Closes #870 on GitHub.

199af91d6b1b4997450da2098e7e756627c6583b authored almost 2 years ago by xaizek <[email protected]>
Handle clicks on left and right miller columns

Leave directory for the left column and open entry for the right one.

ba19814b9a0ff54b1d1b1b722a2df4297dadd49c authored almost 2 years ago by xaizek <[email protected]>
Handle mouse in view mode

a7e856088ae581987bc5b70cdb49b809319e241a authored almost 2 years ago by xaizek <[email protected]>
Made Ctrl-E/Ctrl-Y scroll transposed ls-like view

Horizontally, by one column.

c29a686093698eb5990597a66c28a076d589fd7e authored almost 2 years ago by xaizek <[email protected]>
Add Ctrl-J key to command-line navigation

It leaves the mode without opening a file/directory.

Thanks to filterfalse.

13a24c0a09d29db4a1683ef950f929d97c57ef90 authored almost 2 years ago by xaizek <[email protected]>
Add 'navoptions' option

It allows tweaking navigation mode a bit.

Thanks to filterfalse.

f39073995add3b2b28eaff09ae5dff1c3e92c714 authored almost 2 years ago by xaizek <[email protected]>
Enable defining navigation maps in Lua

347d6125495ee87d6f6066e4830f70ddba18722e authored almost 2 years ago by xaizek <[email protected]>
Extended do and dp keys to process selection

Thanks to Mark S. (a.k.a. Markuzcha).

Closes #857 on GitHub.

a9488d0803020e8d99ed13b95fd9def82941c978 authored almost 2 years ago by xaizek <[email protected]>
Make reference to 'lsview' active in 'runexec' doc

216f15359dd3fe91415b32c62a1122dbe73175fb authored almost 2 years ago by xaizek <[email protected]>
Add Ctrl-O key to command-line navigation

It goes to parent directory.

c0205505492c3755e48e6d6128e64fb3a10e7729 authored almost 2 years ago by xaizek <[email protected]>
Provide basic instructions on mappings in docs

So that people not very familiar with Vim could use them.

Thanks to dmocek.

b9e4f53958912d38f37f7e021049667a2acf897c authored almost 2 years ago by xaizek <[email protected]>
Add :amap, :anoremap and :aunmap commands

They configure mappings in navigation mode.

Thanks to Henrik Holst (a.k.a. hholst80) and dmocek.

5a48c8b44a039529a373261d7bdd817c7515da90 authored almost 2 years ago by xaizek <[email protected]>
Add 10 keys to command-line navigation

Ctrl-N
Ctrl-P
Up
Down
Left
Right
Home
End
Page Up
Page Down

995c69daae2d6bc8f363583ac300c1dd7f6fafc4 authored almost 2 years ago by xaizek <[email protected]>
Enforce unique plugin names in load_plugs_dir()

At the moment all names are guaranteed to be unique by the file system,
but that will change for...

e8381822f10cf876687e2db6a7fc934f4995d42a authored almost 2 years ago by xaizek <[email protected]>
Add Ctrl-Y key to command-line mode

It activates quick navigation that allows entering deep paths by a
series of searches for indivi...

26c49d811c45f15456ca3f23614a54533638fc63 authored almost 2 years ago by xaizek <[email protected]>
Add `--plugins-dir` command-line option

It allows specifying additional places to look for plugins.

Thanks to 高浩亮 (a.k.a. haolian9).

C...

a78d3c56231de7bb9d25b82030e780af84a9aff9 authored almost 2 years ago by xaizek <[email protected]>
Switch tabs with mouse wheel in normal mode

See for more details on mouse coordinates limits:

https://stackoverflow.com/a/47261003/1535516

8d77cae7bc70dfaf05d81c2fd83ca25a5eb80484 authored almost 2 years ago by haoliang <[email protected]>
Add optional completion type to input() builtin

Currently either file&directory or directory-only completion.

4bba841f42d5b99dbac18536e9fc5d7a0552e0f8 authored almost 2 years ago by xaizek <[email protected]>
Add input() builtin function

It prompts user for input.

Thanks to Artur F. (a.k.a. arturfabriciohahaedgy).

Closes #824 on G...

bedcb51722d942dc6d90ce4585b1c2ea0b3b13a2 authored almost 2 years ago by xaizek <[email protected]>