@ send-text --bracketed-paste

Allow automatically wrapping sent text in bracketed paste if the
program running in the destination window has turned on bracketed paste
mode.
This commit is contained in:
Kovid Goyal
2024-01-26 20:51:21 +05:30
parent 4c46d2bc95
commit cafd5a7471
2 changed files with 21 additions and 1 deletions

View File

@@ -46,6 +46,10 @@ Detailed list of changes
0.32.2 [future]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- kitten @ send-text: Add a new option to automatically wrap the sent text in
bracketed paste escape codes if the program in the destination window has
turned on bracketed paste.
- Fix a single key mapping not overriding a previously defined multi-key mapping
0.32.1 [2024-01-26]