contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.3k stars 100 forks source link

Add action to set custom delimiters for selection #1518

Closed Yaraslaut closed 1 week ago

Yaraslaut commented 3 weeks ago

Closes https://github.com/contour-terminal/contour/issues/1023

PR adds action to trigger selection with custom delimiters @cqexbesd you can add following entry in config file:

   - { mods: [Control],        mouse: Left,        action: CreateSelection, chars: " " }