Eugene Diachkin
Eugene Diachkin
There are even more: in X11 there are three system clipboards. Though I'm no expert on this. What I know for sure is that CutWordRight should never use a system...
`C-d` is fine most of the time, that's what I use as well when dealing with a single shell. However, it becomes a real issue when used in tmux+tmuxinator or...
Removing the branch helps, but the question is why the branch exists in the first place. Looks like doom doesn't remove the branch if interrupted somewhere in the middle of...
An option to skip duplicates on-fly would be great. Keeping the everlasting history for statistics may be useful, but only if you need statistics. And how many users are actually...
I also encountered this problem and here's the fix: ```diff def-env "update-env" [] { for $var in $in { if $var.op == "set" { - let-env $var.name = $"($var.value)" +...
The TAB behavior works for me with the default config generated by `mise activate nu`, so this exact issue seems to be fixed. There's another problem in the generated config...
Oh, that's great news! Thank you for the PR.
Automatic checks for updates might be convenient, but are definitely not something that should block the user's workflow. And when a shell takes 10 seconds just to launch in case...
Yeah, naming is difficult. It's the best I thought of at the moment, but I don't like it too much either.
@sorah just in case you've missed the PR :)