kevinhwang91 / rnvimr

Make Ranger running in a floating window to communicate with Neovim via RPC
BSD 3-Clause "New" or "Revised" License
800 stars 17 forks source link

feat: add RnvimrClose command #125

Closed Bekaboo closed 1 year ago

Bekaboo commented 1 year ago

Press '<C-\><C-\>' in terminal mode will crash ranger (this is a ranger bug), by mapping '<C-\><C-\>' to :RnvimClose we can quit ranger instead of crash it.

kevinhwang91 commented 1 year ago

Can reproduce the ranger issue, but I don't understand why you type double c-\ in a ranger window.