Avimitin / nvim

Useful, maintainable, multi-language supported neovim configuration.
https://avimitin.github.io/nvim
Apache License 2.0
273 stars 48 forks source link

Separate Tab and Buffer #52

Closed Avimitin closed 1 year ago

Avimitin commented 1 year ago

In current implementation, tabs and buffer are always mixed together: buffers looks like tab in current UI. I am thinking about if we let tab to be tab, let buffer to be buffer, and add a new buffer switch plugin, the UI might be better.

Avimitin commented 1 year ago

No, this is bad idea.

towry commented 1 year ago

https://github.com/mrjones2014/legendary.nvim

不知道这个插件你有没有看过,感觉用来管理keymap很不错,不用记的那么多的keymap,只需要记得几个description里面的关键字就行了。

Avimitin commented 1 year ago

有试过,但是要把所有键位重新绑定一次,我就懒得搞了。