Jelmerro / Vieb

Vim Inspired Electron Browser - Vim bindings for the web by design
https://vieb.dev
GNU General Public License v3.0
1.32k stars 62 forks source link

navbar top/bottom position setting #361

Closed Melandel closed 2 years ago

Melandel commented 2 years ago

Checklist

Addition or change I would like the ability to put the navbar to the bottom of the screen, like vim's EX command bar, something like set navbarposition=bottom

Melandel commented 2 years ago

I found out that the colorscheme flipped:

Is it possible to only have the navbar positioned at the bottom, with the tabbar still on top (just like in vim)?

se7en-x230 commented 2 years ago

Change #suggest-dropdown {top: auto;bottom: 2.1em;flex-direction: column-reverse;} to #suggest-dropdown {top: auto;bottom: 2.1em;} to have the arrows work the right way.

Jelmerro commented 2 years ago

The flipped colorscheme is just one example of the wide range of custom themes you can create, the code of se7en-x230 should revert the order of the suggestions like you wanted. You can learn how to create your own colorschemes by running this help command :help :colorscheme. If you have further questions, please ask below, I'm going to close the issue as it's already possible to fix this without updating Vieb.