Window Splits #22
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ki11errabbit/koru#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is for tracking the feature for adding splits to a window.
The way splits should work is that they should be a single buffer view. This includes the buffer as well as any associated tabs.
Switching between splits should just change the focus of the buffer. Different files can also be opened in a buffer view.
It should also be possible to have the same file be open in two different splits and have them be independently updated.