emacs tab-bar-mode like feature in Intellij

已回答

Here is tab-bar-mode means 

Each tab on the Tab Bar represents a named persistent window configuration of its frame, i.e., how that frame is partitioned into windows and which buffer is displayed in each window. The tab’s name is composed from the list of names of buffers shown in windows of that window configuration. Clicking on the tab switches to the window configuration recorded by the tab; it is a configuration of windows and buffers which was previously used in the frame when that tab was the current tab.

Like we have 3 splits opening on 1 tab-bar , and I dont want to  remove those three splits, rather work on another 2 tab-bar , and make 2 splits or 0 splits . 

Please refer to this diagram: 

 

0
Please vote for the related feature request: IJPL-59208 (https://youtrack.jetbrains.com/issue/IJPL-59208)

Also, there's a plugin you can try: https://plugins.jetbrains.com/plugin/10897-editor-groups
1

Ethan Yin  ,  I've few questions  regarding , this tab-bar of intellij, and other things, 

I want to make the current tab-bar which is in intellij,  show hide toggle, which i want to bind into ideavim bindings. Using Editor-config and that currently intellij tabbar, makes visual clutter.

 

Thanks for help 

0
I've tried the method mentioned here: https://stackoverflow.com/questions/69022964/how-can-you-map-ideavimrc-to-switch-between-tabs-in-intellij

However, it seems like the action id of tab placement for "None" cannot be tracked. As a workaround, you can toggle it via Search Everywhere(Find Actions->Search "tab placement").
0

请先登录再写评论。