question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Opening a file, it stays inside the small window? Part II

See original GitHub issue

Same 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.

  1. 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!"
  1. 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:closed
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
kevinhwang91commented, Aug 6, 2020

I can’t reproduce this issue.

  1. I’m not sure what your config about rifle.conf, so please add let g:rnvimr_vanilla = 1 to your init.vim, it will make rnvimr use default config for ranger.

  2. Do anyfile mean all files? It seems that rpc is broken, it may be caused by your ranger plugins, please press W in ranger check out the log.

2reactions
kevinhwang91commented, Aug 7, 2020
-mime ^text,  label editor = nvim -- "$@"
+mime ^text,  label editor = ${VISUAL:-$EDITOR} -- "$@"

rnvimr will replace command of ${VISUAL:-$EDITOR} with rpc request.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found