Conversation
Very annoying behavior. Basically, if this isn't set, `kitty @ get_text` will seemingly get cut off randomly? I don't understand why this is true, all I know is that it's very annoying when it comes to debugging. Ideally, this shouldn't be in `helazitty`, but I'll defer that to future changes when it comes to file integrations.
Previously, `src` would source the zshrc config. This functionality is now under `zsrc`.
Closed
If we don't pin it, helix brings in its own version of nixpkgs, which takes over the name of nixpkgs in the flake.lock. This breaks `unify` for checking when nixpkgs updates
More intuitive.
Found myself typing `grst`, so my brain clearly assumes it.
When playing around with `man`, it asked me to declare a browser for exporting HTML. Seems fine.
From two of my endeavors today. Utils are nice to have.
Not the cleanest thing in the world, but pallatable. I'm proud of my ingenuity in using 3.0 to disable italics, though.
I tried to get a better output working for super long branch names, but unfortunately there doesn't seem to be a native way in Git to truncate a string. I tried out swapping to printf, but the native Git way is far simpler. Git pls fix. See these two stackoverflow posts for evidence of other people having the same struggle. https://unix.stackexchange.com/questions/686675/how-to-limit-git-branch-format-string-length https://stackoverflow.com/questions/2370839/can-i-align-variables-in-a-string-with-echo-and-bash
Did this accidentally in the last commit, and realized I'd done it some other times and not realized.
Trying to go fully into the `diff-so-fancy` ecosystem, and while word-diff is great, it conflicts a bit.
Also added a configuration option to stop empty lines from looking like `red reverse`.
Took some strange debugging, but now `git diff` will autoselect the beginning of each file within the selection, meaning you can check the diff for the next file quickly.
Fixes some weird issues I've been having with `nix` manpages.
Who needs a generation from 7 days ago? Not me.
2d7201d to
c213b73
Compare
This *is* now working, under the condition that we override the version of helix in `pkgs`, which is far older. The unstable one has a build error when overriding unwrapped, and doesn't work at all when overriding the wrapped version.
After doing some manual patch changes to ensure they wouldn't fail, we now finally got past a rebuild. Couldn't get patch 3 working yet, but progress!
ea3ca4c to
ca3f5dd
Compare
Owner
Author
|
Moving this to #100, due to git issues where I can't reopen this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is now working, under the condition that we override the version of helix in
pkgs, which is far older.The unstable one has a build error when overriding unwrapped, and doesn't work at all when overriding the wrapped version.
Closes #91