voldikss / vim-floaterm

:computer: Terminal manager for (neo)vim
MIT License
2.5k stars 81 forks source link

Open file from ranger without creating new pane #278

Closed litearc closed 3 years ago

litearc commented 3 years ago

I want to select a file from ranger and have it open in the current pane. I think it did this in a previous version, but currently, it creates a new pane. I couldn't find an option to do this in the key bindings or command list. Please help, thanks!

voldikss commented 3 years ago

Give me your config related to vim-floaterm. Also a gif would be better.

litearc commented 3 years ago

Just found the option - it was let g:floaterm_opener = 'edit'. Sorry, should have read the documentation more closely. Closing this.