-
Notifications
You must be signed in to change notification settings - Fork 182
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
Add more word delimiter examples #759
Conversation
Learn Build status updates of commit 1215fbd: 💡 Validation status: suggestions
TerminalDocs/customize-settings/interaction.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
|
||
| Terminal | Delimiters | | ||
|----------------|-------------------------| | ||
| Xterm | "$'()*;<>[\\]^`{|} | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you put these in code backticks? it may make it easier to copy or see
| Xterm | "$'()*;<>[\\]^`{|} | | ||
| Gnome Terminal | !" $'()*:;<>[]^`{|} | | ||
| Konsole | !" $'()*,;<>[\\]^`{|} | | ||
| Rxvt | &();<>| | | ||
| Alacritty | "'(),:<>[]`{|} | | ||
| Kitty | !" $'()*,:;<>[\\]^`{|} | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Xterm | "$'()*;<>[\\]^`{|} | | |
| Gnome Terminal | !" $'()*:;<>[]^`{|} | | |
| Konsole | !" $'()*,;<>[\\]^`{|} | | |
| Rxvt | &();<>| | | |
| Alacritty | "'(),:<>[]`{|} | | |
| Kitty | !" $'()*,:;<>[\\]^`{|} | | |
| Xterm | `"$'()*;<>[\\]^`{|}` | | |
| Gnome Terminal | `!"$'()*:;<>[]^`{|}` | | |
| Konsole | `!"$'()*,;<>[\\]^`{|}` | | |
| Rxvt | `&();<>|` | | |
| Alacritty | `"'(),:<>[]`{|}` | | |
| Kitty | `!"$'()*,:;<>[\\]^`{|}` | |
with \\
. I deleted all the spaces because space is always a delimiter in WT
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Xterm | "$'()*;<>[\\]^`{|} | | |
| Gnome Terminal | !" $'()*:;<>[]^`{|} | | |
| Konsole | !" $'()*,;<>[\\]^`{|} | | |
| Rxvt | &();<>| | | |
| Alacritty | "'(),:<>[]`{|} | | |
| Kitty | !" $'()*,:;<>[\\]^`{|} | | |
| Xterm | `"$'()*;<>[\]^`{|}` | | |
| Gnome Terminal | `!"$'()*:;<>[]^`{|}` | | |
| Konsole | `!"$'()*,;<>[\]^`{|}` | | |
| Rxvt | `&();<>|` | | |
| Alacritty | `"'(),:<>[]`{|}` | | |
| Kitty | `!"$'()*,:;<>[\]^`{|}` | |
with just \
(which works for the SUI) (spaces as above)
Learn Build status updates of commit 69169c5: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
ala microsoft/terminal#14374 (comment)
Closes #613