One navigateable bufferline through all editors/tabs/splits #740
Replies: 1 comment 1 reply
-
You can disable tabs completely in the editor settings. Without the tabs UI, it's a similar experience to Vim showing a single screen split into one or more windows. However, there isn't a way to show extra tab information in an alternative manner, such as across the top of the IDE. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Vim you have a single buffer collection with which you can navigate through:
In Vim you can navigate through all open buffers regardless of in what split you are in. It's not a seperate list of files as any other split. In Intellij, you can only navigate the files on the active tab. So every split has its own set of files. When navigating files in e.g. the left editor tab in Intellij, I can only access the files which are on that tab.
Is it possible to change the behavior so that it is the same as in Vim? (One set of files for all editor tabs). I would really appreciate it, as coming from vim, it really hurts my workflow.
Beta Was this translation helpful? Give feedback.
All reactions