martanne / dvtm

dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs.
MIT License
857 stars 106 forks source link

Bracketed paste support #88

Open divVerent opened 6 years ago

divVerent commented 6 years ago

Some terminals such as rxvt-unicode have bracketed paste support which is a very convenient feature with some shells such as zsh; when pasting command text that contains newlines, zsh does not immediately execute but leaves it (with the newlines) in the editing mode so that one can e.g. remove the newlines when they've been in there accidentally (e.g. due to copypasting line-wrapped commands).

What does this have to do with dvtm? dvtm needs to:

FYI tmux currently has this support.