Replies: 1 comment 1 reply
-
This doesn't address the cycling issue, but some things you might find helpful:
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm Looking field interest before submitting an enhancement request for moving an already open buffer to new split window. I don't believe there is currently a streamline way of doing this after looking through the issue tracker and discussion threads, but if there is please point me to it.
The current only way of moving a file to a new window is to close the buffer in the current window, and
:vsplit
or:hsplit
the file. (you have to first close the buffer in the existing window to prevent cycling to it in the original window with:bn/:bp
)This results in (possibly) a significant amount of input especially if the file is outside the current working directory.
Something such as
move_buffer_to_new_window
would be a significant time save (especially if you don't take note of the filename before closing as I often do idiotically)Possible Implementation Issue(s):
Please share your thoughts, If there is enough interest hopefully we can get this added
Beta Was this translation helpful? Give feedback.
All reactions