t9md / atom-vim-mode-plus-ex-mode

Experiment to implement ex-mode for vim-mode-plus
https://atom.io/packages/vim-mode-plus-ex-mode
MIT License
30 stars 11 forks source link

Feature request: Move ex-mode panel to Bottom #19

Open jackbackes opened 7 years ago

jackbackes commented 7 years ago

When typing the ":" operator in vim, the ex-mode prompt appears at the bottom of the screen. The behavior of vim-mode-plus-ex-mode, however, is for the ex-mode prompt to appear as a modal overlay.

default vim ex-mode behavior: image

view.coffee should be changed to make bottom-panel the default view behavior. Here is Atom vim-mode-plus-ex-mode with bottom-panel:

image

I've created a pull request and will submit it for your consideration.

tlam commented 7 years ago

Is there any way to disable the panel and just save like in regular vi? It used to work like that before without any issues.

benwr commented 7 years ago

Why is this wontfix? Is there a way to set this on a config-by-config basis?