Opening a file, it stays inside the small window? Part II
See original GitHub issueSame issue as the other gentleman was having: https://github.com/kevinhwang91/rnvimr/issues/23. Everything is working fine, except that any file I open (for example .py) opens inside the pop up window.
- Running :checkhealth rnvimr
health#rnvimr#check
========================================================================
## OS
- OK: Name: Linux
## Ranger
- OK: Version: ranger 1.9.3
## Python
- OK: Version: 3.8.2 (default, Jul 16 2020, 14:00:26) [GCC 9.3.0]
## Pynvim
- OK: Version: 0.4.1
## Ueberzug (optional)
- OK: Ueberzug is ready
## RPC
- OK: RPC echo: Neovim send "Give me five!" and receive "Give me five!"
- Running a minimal configuration like this will also cause the error:
call plug#begin('~/.config/nvim/plugged')
Plug 'kevinhwang91/rnvimr'
tnoremap <silent> <M-i> <C-\><C-n>:RnvimrResize<CR>
nnoremap <silent> <M-o> :RnvimrToggle<CR>
tnoremap <silent> <M-o> <C-\><C-n>:RnvimrToggle<CR>
call plug#end()
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Whenever I open a folder, it opens in new window (Windows 10)
Open file explorer, click on view and select options. Double-click on options, in the general tab click on Open each folder in the...
Read more >In Windows, what should I do if a window opens partially or ...
To fix the problem, reposition the window towards the middle of the screen by clicking and dragging the window's title bar.
Read more >windows file explorer window keeps getting smaller
You can try moving the window to a location and resizing it to what you want, then hold CTRL down and click the...
Read more >Windows 10 11 How to open folders in new ... - YouTube
You can change from automatic to right clicking of opening ... How to open folders in new window automatically tips and tricks File...
Read more >How to Move a Lost Off Screen Window Back to Desktop
Ever dragged a window off screen and lose it completely? ... you've alt-tabbed to the window, or clicked on it once to bring...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can’t reproduce this issue.
I’m not sure what your config about
rifle.conf
, so please addlet g:rnvimr_vanilla = 1
to your init.vim, it will make rnvimr use default config for ranger.Do
anyfile
mean all files? It seems that rpc is broken, it may be caused by your ranger plugins, please pressW
in ranger check out the log.rnvimr will replace command of
${VISUAL:-$EDITOR}
with rpc request.