jeanguyomarch / eovim

The Enlightened Neovim
https://github.com/jeanguyomarch/eovim/wiki
MIT License
193 stars 3 forks source link

Allow tabs reordering #18

Open jeanguyomarch opened 6 years ago

jeanguyomarch commented 6 years ago

We can currently interact with the tabline by activating tabs, but we cannot re-order the tabs with drag and drop, as done in the web browsers.

Neovim can receive the :tabmove command, but eovim needs to implement the UI interaction.