qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.68k stars 219 forks source link

Open Quickly in current window like Sublime Text or Atom instead of in a new dialog box. #277

Open satyaprakashere opened 8 years ago

satyaprakashere commented 8 years ago

I was wondering if "Open Quickly box can be implemented like sublime text or Atom. It would be easier to use.

current implementation: screen shot 2016-09-14 at 3 28 34 pm

sublime text: screen shot 2016-09-14 at 3 30 04 pm

romaninsh commented 8 years ago

I wonder if there is a facility to provide add-on with a floating buffer, e.g. CtrlP could be thinking that it writes in it's small little window but actually it would be displayed in a floating box (with a close button and all). If neovim allows this, it would be really awesome. :)

satyaprakashere commented 8 years ago

If neovim allows floating buffer, there will be plugins using it. It would be easier to implement this in GUI. Also an option so other extensions can use this floating window.

romaninsh commented 8 years ago

They are calling for you https://github.com/neovim/neovim/pull/4432#issuecomment-249414789 :)