Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VIFM bulk-rename dual-pane mode issue #82

Closed
homie-desktop opened this issue Sep 19, 2022 · 2 comments
Closed

VIFM bulk-rename dual-pane mode issue #82

homie-desktop opened this issue Sep 19, 2022 · 2 comments

Comments

@homie-desktop
Copy link

Hi. I'm having problems with vifm bulk-rename capability. Whenever I select multiple files using shift+v, I then press cw to bulk-rename those selected files, vifm then uses neovim to edit the file names, and it always opens in dual-pane mode (as seen in the screenshot below) so I always have to manually press ctrl+w+o or enter the command :only to put it in single-pane mode. Is there a way to automatically open in single-pane mode only? I've tried adding the :only command in my .vifmrc and .vimrc files but it still open in dual-pane mode. Thanks!

2022-09-20-02-49-38-Downloads

@xaizek
Copy link
Member

xaizek commented Sep 20, 2022

Hi. This is done by Vim plugin. #39 is about the same, but solution there doesn't seem to work anymore for some reason. Adding this to Vim/NeoVim config should work:

augroup VifmRename
    au! FileType vifm-rename only
augroup end

@xaizek xaizek transferred this issue from vifm/vifm Sep 20, 2022
@homie-desktop
Copy link
Author

Hi. This is done by Vim plugin. #39 is about the same, but solution there doesn't seem to work anymore for some reason. Adding this to Vim/NeoVim config should work:

augroup VifmRename
    au! FileType vifm-rename only
augroup end

Thanks! It worked. As always, quick to respond and issue solved.

@xaizek xaizek closed this as completed Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants