Daniel Gray

Results 40 issues of Daniel Gray

Currently ^D will send the current line if it's not-empty, but when used on an empty line it prints the prompt right after the current. ^C seems to always quit...

after using copycat I have to manually `tmux unbind -n n \; unbind -n N`

[Here's my tmux.conf](https://github.com/DanielFGray/dotfiles/blob/master/tmux.conf) I override the prefix as `C-s` if it detects I'm running in an SSH session, but prefix-highlight still thinks it's `C-a`

I accomplished this with `@codesandbox/sandpack` but it would be great to have codehike's beautiful code blocks instead of a different highlighting/rendering engine I wonder if this could be accomplished by...

For instance, how do you actually use the lifecycle composables?

Would it be possible for .Do to accept a generator function?

treesome added it with https://github.com/RobSis/treesome/commit/256250d3f7628e56f5d6998ae9b4bceb88f1bc78 hopefully wouldn't be too much trouble to add support for treetile?

quoting rules really need to be addressed specifically: * double quotes perform string interpolation * **never** use variables without double quotes

it would be nice to have a setting to enable "flattening" a prefix group if it only has one element if `g` only has one subitem `gg` (or even `ggg`)...