-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: rework splits and tabs to be usable with community #5
base: main
Are you sure you want to change the base?
Conversation
14b14ed
to
1e9cf6c
Compare
1e9cf6c
to
9539de9
Compare
792215d
to
a9ad497
Compare
We need to discuss the changes you did for "split" |
7a71219
to
012c40a
Compare
012c40a
to
9e2348d
Compare
This should be in sync again. Because I'm using a different branch of neovim-talon, I'm testing there, and porting here. So it's possible some things will be a bit broken. |
0f531c7
to
6a85e09
Compare
This is a note to say that the move split to tab functions have changed and require an updated version of talon.nvim, which is still a PR hands-free-vim/talon.nvim#9 |
6a85e09
to
b9b0399
Compare
b9b0399
to
5a048f8
Compare
What do you think about merging this (after fixing conflicts) so we benefit from the better code/APIs and if/when it finally gets reviewed in community we make the changes in a follow up PR? That way users could find bugs that may also benefit the community PR in the meantime? |
This changes things to be usable with community.
Changed tags
This changes:
You will have to likely change this in your personal repo to match. Maybe it's something Andreas can do in his as well just to keep it more consistent.
Temporarily add split/tab commands
Until community PR 1147 and PR 1146 get merged, if we want all of the tab/split functionality I had from talon-vim working, we need to temporarily duplicate it in our own talon files.