lwbt

Results 17 comments of lwbt

I'd like to get this to work using extra_args instead of modifying quickemu, but I'm obviously doing it wrong and can't figure it out after trying for over an hour...

For this specific issue I started to use `ctrl+right-arrow` and delete the word with `alt+d`, this also works on PowerShell with PSReadLine. PSReadLine also offers the same functionality as `ctrl+backspace`...

> Unfortunately, I do not have a windows machine so it is a little hard for me to debug and I have very little knowledge of how Powershell / Windows...

Some input from my point of view and recent experience with Windows as a "I touch Windows only a few days a year on my personal devices" user, if I...

From my point of view this issue should be closed. May be an FAQ entry should be created for users who don't want to look in the issue tracker to...

From my point of view this should also be added to an FAQ document and this issue be closed as the question is answered.

@spachner is right. Sorry for replying so late.

> I would love if it was possible to have gum compiled for Git Bash/Cygwin. It seems to be either a configuration issue or a MinTTY specific issue. When I...

It looks to be Regex Okay let's start with the most useful one from my point of view: ``` [CustomSyntax] Name=Custom: Unix shell UseRegex=1 Underline=[^A-Za-z_&-](http(s)?://[A-Za-z0-9_.&?=%~#{}()@+-]+:?[A-Za-z0-9_./&?=%~#{}()@+-]+)[^A-Za-z0-9_-] Red=[^\](\$\([^(\))]+\)|`[^ `][^`]+`)[^¨] Green=(¨( *)?#[^¨]+)+ Yellow=[^\](\$[\?@\$][^¨]|\$\(\([^(\))]+\)\)[^¨]|\$\{[^\}]+\}[^¨]|\$\[[^]]+\][^¨]|\$[A-Za-z_0-9]+[^A-Za-z_0-9])...