Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Vifm

Creates Vim among file managers.
Collective - Host: opensource - https://opencollective.com/vifm - Website: https://vifm.info - Code: https://github.com/vifm

Split media into audio & multimedia in Default-256

Thanks to aleksejrs.

Closes #880 on GitHub.

github.com/vifm/vifm - 36cf76f17ba47b8e672410ffe8f18ad0a8814a7b authored almost 2 years ago by xaizek <[email protected]>
Fix error handling in utils/trie.c:make_node()

We should increment number of allocated nodes only at the end, otherwise
calls that occur after ...

github.com/vifm/vifm - 647fc6184a27103fbfc1b0db74ef26ae6a5a0d1c authored almost 2 years ago by xaizek <[email protected]>
Reverse colors for all weird files in Default-256

That is for Sockets too, as is done for Device and Fifo. These are rare
to come by (unless in /...

github.com/vifm/vifm - 0a08c3349ba1a818480a6e4dfbac061f3ac0e92e authored almost 2 years ago by xaizek <[email protected]>
Make Socket distinct from Selected in Default-256

The colors are too close to each other.

github.com/vifm/vifm - c20cfb7ff83626b32b6df30799c07ecad2911e0a authored almost 2 years ago by xaizek <[email protected]>
Fix potential null dereference

github.com/vifm/vifm - c642cc6f55b0caccc785097ddae987062c05e62e authored almost 2 years ago by Zhipeng Xue <[email protected]>
Merge branch 'trie-error-handling'

Fix potential null dereference.

Patch by Zhipeng Xue.

github.com/vifm/vifm - f2decc92422aa7585665dab9504d044cbf257a69 authored almost 2 years ago by xaizek <[email protected]>
Fix error handling in utils/trie.c:make_node()

We should increment number of allocated nodes only at the end, otherwise
calls that occur after ...

github.com/vifm/vifm - 5270a95b89cfea8b683e0d96d8b03918d7780fdd authored almost 2 years ago by xaizek <[email protected]>
Fix potential null dereference

github.com/vifm/vifm - f497fbbe712ea8f433669fc796bcc4b91e5f9507 authored almost 2 years ago by Zhipeng Xue <[email protected]>
Remove *.mk from list of sources in Default-256

It's already in the list of build-system files which is the right place
for it.

github.com/vifm/vifm - 7164f8726ba9e8110570e83136ed35ae4779f4ac authored almost 2 years ago by xaizek <[email protected]>
Add meson.build & meson_options.txt to Default256

github.com/vifm/vifm - 33322d8501bcc65aca12b81d68ed2216f41cfb26 authored almost 2 years ago by xaizek <[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...

github.com/vifm/vifm.vim - 2982c64e2ec1bd5b451e75526eec590bc6e976b9 authored almost 2 years ago by xaizek <[email protected]>
Merge branch 'small-changes'

Changed %N macro to also not start a process group for a command.

Thanks to Oskar Grunning (sQV...

github.com/vifm/vifm - 46156b09fe579be99dcad14ff3d93d6f4a5208cb authored almost 2 years ago by xaizek <[email protected]>
Add sample 'statusbar' plugin

github.com/vifm/vifm - 79507d1492dfacce962c9b7113f7353f23063a0e authored almost 2 years ago by xaizek <[email protected]>
Make ueberzug plugin start the app on first use

So it doesn't consume resources if unused.

github.com/vifm/vifm - 22c517cee7500368eac978a20d394df96c4976a6 authored almost 2 years ago by xaizek <[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...

github.com/vifm/vifm - 0e63542b9da23109753a10033c17922fcbba02b1 authored almost 2 years ago by xaizek <[email protected]>
Clarify default file open behaviour in vifmrc-osx

Thanks to ggbari.

See https://stackoverflow.com/q/75514741/1535516

github.com/vifm/vifm - 9de823718917ca98fbc8e78badbf950566e3fa78 authored almost 2 years ago by xaizek <[email protected]>
Merge branch 'update-conflict-dialog'

Merge file conflict comparison dialog into the main conflict dialog.

Make file conflict more co...

github.com/vifm/vifm - 2023486239eb6199d08cc74c9dd882d7b19e901b authored almost 2 years ago by xaizek <[email protected]>
Format info in conflict dialog as table if it fits

Otherwise turn the data into a list.

github.com/vifm/vifm - ace5d2e8757bca92445aa1543a766579d1e5e441 authored almost 2 years ago by xaizek <[email protected]>
Support dynamic generation of prompt dialogs

This will allow prompts to adapt to terminal resizes.

github.com/vifm/vifm - c25f06bf0ad669b81f2c2b6f4b40cff595bf86be authored almost 2 years ago by xaizek <[email protected]>
Make file conflict more concise

Thanks to aleksejrs.

github.com/vifm/vifm - b283d78b9606d2c64a97277c0533a5fffc708eb4 authored almost 2 years ago by xaizek <[email protected]>
Minimize global state of dialogs/msg_dialog.c

This actually enables nested dialogs :) Although more importantly this
leads to code that's eas...

github.com/vifm/vifm - 5d947b2de4bcf6853884dba2fba848b11254ef91 authored almost 2 years ago by xaizek <[email protected]>
Make prompt_msg_custom() accept a structure

This makes it easier to extend and also keeps it more readable as number
of parameters grows.

github.com/vifm/vifm - 90df82ddf816dc95ea24a0a03891dd02acbeca40 authored almost 2 years ago by xaizek <[email protected]>
Make body of conflict dialog shorter

Move operation to the title.

github.com/vifm/vifm - e545d2ebcdfec01c48a437971a1c400bd8daf698 authored almost 2 years ago by xaizek <[email protected]>
Pass data in msg_dialog.c also in a structure

Much better parameter lists and a step towards encapsulation.

github.com/vifm/vifm - d0223799e58872c6e99275fdc209efc3ab5dbc00 authored almost 2 years ago by xaizek <[email protected]>
Remove weird fast-track path in draw_msg()

This is a function in modes/dialogs/msg_dialog.c, really not sure what
was the point of doing this.

github.com/vifm/vifm - 755c81f4b0b461b9d29b77ad852743898eff7852 authored almost 2 years ago by xaizek <[email protected]>
Don't resize dialogs after drawing each line

Really no need for this, can do this just once at the end.

github.com/vifm/vifm - 5f5625e3bd5515ef093446de407e444911cf551c authored almost 2 years ago by xaizek <[email protected]>
Fix dialogs not handling non-latin characters well

Traverse dialog message as a UTF-8 string instead of traversing it as
byte sequence.

github.com/vifm/vifm - df3986ea9641dabaa3767e8f4a72035fa5a6c83a authored almost 2 years ago by xaizek <[email protected]>
Merge file comparison dialog into conflict dialog

Thanks to aleksejrs.

Closes #869 on GitHub.

github.com/vifm/vifm - 0c4c38384c6e4a8a31517870df02b7e965e4d8f6 authored almost 2 years ago by xaizek <[email protected]>
Use build_path() in fops_put.c, not snprintf()

github.com/vifm/vifm - f1ff0e87a7f3bf07a229b4cff8006f072bb23102 authored almost 2 years ago by xaizek <[email protected]>
Make it possible to block-center dialog's contents

Not yet used.

github.com/vifm/vifm - cab5fa80bab6c6b6e97d0567a6b31f542e07e6fc authored almost 2 years ago by xaizek <[email protected]>
Center response variants as a block in dialogs

This removes ugly alignment with spaces from
fops_put.c:prompt_what_to_do().

github.com/vifm/vifm - 68a3a95e14e397ab11889fad2da03d88f432b4fc authored almost 2 years ago by xaizek <[email protected]>
Fix "<<N more lines not shown>>" msg in dialogs

It could report wrong number of lines and sometimes hid a single line,
which is dumb.

github.com/vifm/vifm - 9c13c1ecaa0313fec07a4ac2969a5ade929e78d1 authored almost 2 years ago by xaizek <[email protected]>
Make slashes in response_variant explicit

There was some really dodgy code related to formatting of the control
message in msg_dialog.c, g...

github.com/vifm/vifm - d320ea5c34aa427036fa7e26edcdbb4e0d0e9d30 authored almost 2 years ago by xaizek <[email protected]>
Fix errors/prompts not reaching maximum height

`max_h` in msg_dialog.c:draw_msg was reduced by `ctrl_msg_n`, which was
later subtracted again d...

github.com/vifm/vifm - b6a1b898eba3f584cec9ee79e4313f4a9c0ef20a authored almost 2 years ago by xaizek <[email protected]>
Try making replacement fswatch test more reliable

Previous implementation probably still could get a matching inode
number, because the test rarel...

github.com/vifm/vifm - 0b4f7a93d89c34c0b969bd7c30d08ffd7e36d087 authored almost 2 years ago by xaizek <[email protected]>
Pass dialog kind to msg_dialog:prompt_msg_internal

This is more flexible than `with_list` flag.

github.com/vifm/vifm - de4ad717f59eb44c343259c8d1d0c8f754231670 authored almost 2 years ago by xaizek <[email protected]>
Better item names for Dialog enum in msg_dialog.c

Previous ones were quite confusing.

github.com/vifm/vifm - 8fec5dad1ac0967a2ac5c12767bd3eae27a2898b authored almost 2 years ago by xaizek <[email protected]>
Add utils/utf8:utf8_nstrsw()

Version of utf8_strsw() that operates on a prefix of a string.

Not yet used as of this commit.

github.com/vifm/vifm - b8d1237129e8f96ea005324ec4388fa81fc7d88e authored almost 2 years ago by xaizek <[email protected]>
Merge branch 'visual-mode-fixes'

Fix stashing visual mode selection on transition from visual amend mode
to regular visual mode (...

github.com/vifm/vifm - 5c00423bed37186afa89b0e2c39a640ca2269eb2 authored almost 2 years ago by xaizek <[email protected]>
Fix input bar not being updated in visual mode

A regression caused by 5497f13d71548631ce4ace8146d166d71adad6b7:

Fix :keepsel not preservin...

github.com/vifm/vifm - b55977eadc0a479451b57573a6555ab92379e2ec authored almost 2 years ago by filterfalse <[email protected]>
Simplify/clarify modvis_update() a bit

github.com/vifm/vifm - dcdf155450f624685cbaf1d00d3982bd836030d8 authored almost 2 years ago by xaizek <[email protected]>
Handle visual amend mode in modvis_update()

It fixes dropping normal mode selection on incremental search in visual
amend mode. The code wa...

github.com/vifm/vifm - ae994d72cc52d11cbe307eacef53f41d4818d7d2 authored almost 2 years ago by filterfalse <[email protected]>
Don't stash visual selection on switching av to v

Continuation of eb424edaf84bc82a844030150b08d51d9cef5197:

Fix selection issues after on swi...

github.com/vifm/vifm - 9cd1bf9b9aa89ad29cfdf6223ab56fd9b233dec5 authored almost 2 years ago by filterfalse <[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...

github.com/vifm/vifm.vim - c28c3fd97b25776038f51b8062790395bc2dae21 authored almost 2 years ago by xaizek <[email protected]>
Merge branch 'better-jobs-menu'

Add r key to :jobs menu, which reloads the list of jobs.

Made feedback after pressing dd in :jo...

github.com/vifm/vifm - 5ce3f6f7770959f94679b501e0592c2571d8db69 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...

github.com/vifm/vifm - ae41aa176b5763ed4d5ac42ba4fcb783b8a2f84f authored almost 2 years ago by xaizek <[email protected]>
Extract jobs_menu.c:reload_jobs_list()

(Re)loads list of jobs into the menu.

github.com/vifm/vifm - 4a8d86ec4a00bbc20a4058f945da1c9af24700e5 authored almost 2 years ago by xaizek <[email protected]>
Fix :media after reloading ("r" key)

It wasn't redrawing and also wasn't repositioning cursor properly when
menu length shrinks as a ...

github.com/vifm/vifm - 4d5e17165c65ea4b7f8c420d73199d306aa6c0a0 authored almost 2 years ago by xaizek <[email protected]>
Make feedback on dd in :jobs more prominent

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

Closes #877 on GitHub.

github.com/vifm/vifm - 85b672ebf209e6f1dca9cefed579f8f450bf5a67 authored almost 2 years ago by xaizek <[email protected]>
Extract jobs_menu.c:format_job_item() function

The overhaul in show_jobs_menu() is because the loop now handles all
possible errors.

github.com/vifm/vifm - 78e6d858e1ba3cf84e64bf8557831011ce4f8a86 authored almost 2 years ago by xaizek <[email protected]>
Avoid data races in ops.c:op_mv()

It was invoking callback-line functions to update trashes/bmarks even
for background threads, wh...

github.com/vifm/vifm - ac7bc671eb8410cb1ac37e35937868ccc67d2dbb authored almost 2 years ago by xaizek <[email protected]>
Extract ops.c:ops_runs_in_bg() function

Checks whether operation is a background one.

This is more readable then having this check reap...

github.com/vifm/vifm - 8f8bf83c58431a840ba49cf880cab33036f55dd9 authored almost 2 years ago by xaizek <[email protected]>
Test operation ignored by app.fsop event

github.com/vifm/vifm - 8a9fc355e9cdabfc00ce3d6c6fa6f8d4115ac2f4 authored almost 2 years ago by xaizek <[email protected]>
Add fromtrash/totrash to app.fsop("move") events

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

github.com/vifm/vifm.vim - 7e9bc038239647af12558cc0704e1ddf3cb06ee6 authored almost 2 years ago by xaizek <[email protected]>
Merge branch 'fsop-event-updates'

Add fromtrash/totrash to app.fsop("move") events.

Fix fsop events not being reported.

Thanks t...

github.com/vifm/vifm - 4fc05cdab6c447518128694562378f7fdf99dc7f authored almost 2 years ago by xaizek <[email protected]>
Add fromtrash/totrash to app.fsop("move") events

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

github.com/vifm/vifm - b632ed1eceb8404eaf0dd4cd3688ba4ebdc4321b authored almost 2 years ago by xaizek <[email protected]>
Fix fsop events not being reported

The condition for reporting them was reversed...

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

github.com/vifm/vifm - cf80716c1e381de8a0ca5f42ddf423caf366f790 authored almost 2 years ago by xaizek <[email protected]>
Merge branch 'fix-fuse-and-tcsh'

Chang configure script to fail if neither perl nor vim is available
instead of failing to genera...

github.com/vifm/vifm - 02ed991ba89c051340d008028d2674249bc887ef authored almost 2 years ago by xaizek <[email protected]>
Remove cancellation_possible()

It's not used by any code anymore.

github.com/vifm/vifm - cebe43d9873ca0630f69fcebd307f6f0162ddd17 authored almost 2 years ago by xaizek <[email protected]>
Make utils_nix:process_cancel_request() static

It has no non-local users anymore.

github.com/vifm/vifm - 85f674e8055484f4bd14d87347a83ee4e7060d03 authored almost 2 years ago by xaizek <[email protected]>
Don't use 2> on FUSE mounting

Turns out that it's not supported by csh and tcsh.

Thanks to Evgeniy (a.k.a. iron-udjin).

Fixe...

github.com/vifm/vifm - 52bbf5e95b11596e1d532eee78ee5077e27b0db2 authored almost 2 years ago by xaizek <[email protected]>
Add missing dot to FUSE mount pending message

github.com/vifm/vifm - 62d2c7275dbd437440d90ce6f19b6fae0c9736fe authored almost 2 years ago by xaizek <[email protected]>
Rename 2 `buf` local variables in int/fuse.c

The name is too generic, can do much better in these cases.

github.com/vifm/vifm - b4147b93c4a7ffacdca51a4bbb725ffa87e025bd authored almost 2 years ago by xaizek <[email protected]>
Add TODOs regarding bg_run_and_capture() uses

github.com/vifm/vifm - 67e9cc96baac4eedc9d484cc2c6b7010b8bce519 authored almost 2 years ago by xaizek <[email protected]>
Make output capture optional in bg_run_and_capture

github.com/vifm/vifm - 0f15f6173f9fe3673139b63d41fdf4cca79c6dee authored almost 2 years ago by xaizek <[email protected]>
Make get_proc_exit_status() process cancellation

github.com/vifm/vifm - e1623b50243e453d346006fc3fd29ab64884f6f2 authored almost 2 years ago by xaizek <[email protected]>
Remove unnecessary `struct` from utils/utils_nix.c

github.com/vifm/vifm - c43f35c764425ab40a860f24569aba01d828de0c authored almost 2 years ago by xaizek <[email protected]>
Fix :compare test in commands/misc fixture

Using change_directory() to leave custom-view is wrong, as instead of
going to directory we were...

github.com/vifm/vifm - f2f9d5ae66eaf0ef03a944eb26f30f0f99290f90 authored almost 2 years ago by xaizek <[email protected]>
Fix a potential segfault in make_diff_list()

Happened in tests when commands suite picked up files from fileops suite
running in parallel but...

github.com/vifm/vifm - b1bd924f4a97c143581e255c5278a3d505b9dad9 authored almost 2 years ago by xaizek <[email protected]>
Extract utils/utils_nix:bind_pipe_or_die()

Duplicates pipe_end file descriptor to fd and closes pipe_other.
Exists with an error message on...

github.com/vifm/vifm - e89c0eeb598d32ae50456e8dbadd841cefcb9996 authored almost 2 years ago by xaizek <[email protected]>
Fix not closing some pipe descriptors in forks

Some of the duplicated descriptors were left open. This works fine in
most cases, but doesn't i...

github.com/vifm/vifm - 7c4b828a2a68930077923cca736c5215e20c6699 authored almost 2 years ago by xaizek <[email protected]>
Fail configuration if there is no perl or vim

Otherwise installation had broken :help with 'vimhelp' set.

Thanks to Sergei Trofimovich (a.k.a...

github.com/vifm/vifm - dd2f99aeccf2b02026ba563228863efe8a21202e 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...

github.com/vifm/vifm.vim - 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.

github.com/vifm/vifm.vim - 9cc18fc23641e15c8f04764f0120d09c1338a661 authored almost 2 years ago by xaizek <[email protected]>
Merge branch 'lua-improvements'

Install icons also to ${prefix}/share/icons. It's not clear that using
${prefix}/share/pixmaps ...

github.com/vifm/vifm - bbe79a111b8b2879ea06e0e423dfc0ba59921eae authored almost 2 years ago by xaizek <[email protected]>
Use lua_createtable() where appropriate

If we know table size beforehand, this should be more optimal.

github.com/vifm/vifm - 67cce5dfd1a458095aa07247b054430c3f30d61e authored almost 2 years ago by xaizek <[email protected]>
Use make_metatable() in 3 more places

After making it useable there.

github.com/vifm/vifm - 980d4dd588f618aeac998315c0bd3b65eb572c2f 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...

github.com/vifm/vifm - bbb7b0df2752c91ed2023c4fc2e415cf39370172 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.

github.com/vifm/vifm - 629b19bfa1199058fa9022d3a76d7c774b4fa70d authored almost 2 years ago by xaizek <[email protected]>
Move predefined completers to modes/cmdline unit

This way other places that want to complete files or directories on a
prompt don't have to redef...

github.com/vifm/vifm - 40e8379db311b2eff7afe424f8c4b82a4898a1d1 authored almost 2 years ago by xaizek <[email protected]>
Extract lua/vifm unit out of lua/vlua

To not mix `vifm` table implementation with plugin loading stuff and API
thunks.

github.com/vifm/vifm - c4c6db0e5b8107b5a30050480bb0b10644ae8354 authored almost 2 years ago by xaizek <[email protected]>
Protect against metatable manipulations in Lua

Don't let Lua code freely change metatables that were setup by C code.

github.com/vifm/vifm - 65300e819fc427b897cd44f6304bc05825c17120 authored almost 2 years ago by xaizek <[email protected]>
Extract lua/common:make_metatable()

Creates a metatable whose __index points to itself. Nice to have a
single place to pre-configur...

github.com/vifm/vifm - d44b1082590a51d520c81ed39233851cbfafca37 authored almost 2 years ago by xaizek <[email protected]>
Install icons also to ${prefix}/share/icons

It's not clear that using ${prefix}/share/pixmaps will always be handled
properly.

According to...

github.com/vifm/vifm - 73aa51dbb1f471543da52789b08589ab8bc867ee authored almost 2 years ago by xaizek <[email protected]>
Close _G loophole a plugin could use to mess env

_G is looked like a regular symbol and if custom env refers to a true
global env, using _G expli...

github.com/vifm/vifm - e96a861d53912645a1d59affcc2adc9ecf7b21ae authored almost 2 years ago by xaizek <[email protected]>
Add "rpreview:files" to 'milleroptions'

Thanks to aksr.

Closes #870 on GitHub.

github.com/vifm/vifm.vim - 199af91d6b1b4997450da2098e7e756627c6583b authored almost 2 years ago by xaizek <[email protected]>
Merge branch 'rpreview-files'

Add "rpreview:files" to 'milleroptions'.

Thanks to aksr.

Fix 'milleroptions' not recovering va...

github.com/vifm/vifm - 19ab4536ddcc09c9227f52061bae01eda7236c3f authored almost 2 years ago by xaizek <[email protected]>
Add "rpreview:files" to 'milleroptions'

Thanks to aksr.

Closes #870 on GitHub.

github.com/vifm/vifm - 33a3f1324308972b924f0a0397825812865fe60d authored almost 2 years ago by xaizek <[email protected]>
Introduce MillerPreview enumeration

So that extending "rpreview:" in 'milleroptions' becomes easy.

github.com/vifm/vifm - 073e4bc89e3a9acb769d0e4dcfc2855c5ef71972 authored almost 2 years ago by xaizek <[email protected]>
Fix 'milleroptions' not recovering value in full

It was not recovering "rpreview:" on error.

github.com/vifm/vifm - 688f18cfd74072bf15ff45b02cc8a54afdb3c763 authored almost 2 years ago by xaizek <[email protected]>
Merge branch 'ui-fix-and-nav-fix'

Fix crash on a_CTRL-O when filtering.

Thanks to filterfalse.

Fix padding highlight overflowing...

github.com/vifm/vifm - b6a2abead1a33d52f1bec7f0df083a25907824e0 authored almost 2 years ago by xaizek <[email protected]>
Fix padding overflowing in tls with fixed cols

This is a follow up to 2ef4166bcb0b2008dedce6c8127118b5a3487d0b:

Fix clusterfuck of padding...

github.com/vifm/vifm - c76763f8e9c57aa8ac936af2bcc24b9f8a1ec7a1 authored almost 2 years ago by xaizek <[email protected]>
Fix crash on a_CTRL-O when filtering

Happened due to local_filter_cancel() could restore filter that
shortened list of files in the v...

github.com/vifm/vifm - b9a9c802994a3d86c318893a74360b86810cadc8 authored almost 2 years ago by xaizek <[email protected]>
Checking for # via findstring doesn't always work

AppVeyor CI fails with "invalid syntax in conditional".

github.com/vifm/vifm - 568741d892d0f1f45b3c2246a9672efdcf1d23d8 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.

github.com/vifm/vifm.vim - ba19814b9a0ff54b1d1b1b722a2df4297dadd49c authored almost 2 years ago by xaizek <[email protected]>
Handle mouse in view mode

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

Horizontally, by one column.

github.com/vifm/vifm.vim - c29a686093698eb5990597a66c28a076d589fd7e authored almost 2 years ago by xaizek <[email protected]>
Merge branch 'better-mouse-support'

Handle clicks on tab line. Thanks to 高浩亮 (a.k.a. haolian9).

Made Ctrl-E/Ctrl-Y scroll transpos...

github.com/vifm/vifm - ea5e602c5dff475852977895860834d5501eb01c 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.

github.com/vifm/vifm - 8104d335c58346f956521d83c5d1f72418fc8969 authored almost 2 years ago by xaizek <[email protected]>
Handle clicks on tab line

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

Closes #855 on GitHub.

github.com/vifm/vifm - a99606addf04d4393fe48b3ff4f1958e462cb754 authored almost 2 years ago by xaizek <[email protected]>