Results 500 comments of xaizek

> When renaming files that already exist, I want to delete them as they are duplicates for 99% of the cases. For that reason, perhaps deleting the line would delete...

> The other possibility would be to use markers, again taking influence from the git commit edit. E.g. a d or - in front of the line, would delete the...

> Without going too out of scope for this feature, the interactive re-edit could later be included in file copying/moving. It is already (`:copy?`, `:move?`). > Not sure if it...

Thanks for the idea. I know that renaming shortcuts are not very intuitive at the moment and they could be more consistent with what Vim has. I'll consider your proposal.

You can swap them by adding two `nnoremap` commands to `vifmrc`. Changing builtins will require a `'cpoptions'` flag and should be thought through (just to do not change them several...

Not possible in this way at the moment. Something of this sort can be achieved by doing: ``` windo setl previewprg=stat ``` and then pressing e in both panes.

> I had hoped to get a nicely formatted comparison, not a one-liner on both sides. On GNU/Linux it shows quite a lot: ``` File: 'bmarks.h' Size: 2455 Blocks: 8...

All versions behave consistently and differently from your description for me, but that might be due to a different locale. I can paste `ç` to emulate inputting it without trouble....

Yeah, there is a related TODO-entry: https://github.com/vifm/vifm/blob/3d60b23e1138197fcaef2577ddad2c0280a74cbf/TODO#L110 You're right that it would move this request forward.

Do you have ``` fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm \ imgt %px %py %pw %ph %c ``` or ``` fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm \ imgt %px %py %pw %ph %c \ %pc \ imgc %px...