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
843 stars 108 forks source link

Add support for "smam" and "rmam" capabilities #121

Open KAction opened 3 years ago

KAction commented 3 years ago

These capabilities enable (default) and disable long line wrapping on next line. Wrapping may mess alignment and make reading harder, disabling wrapping makes part of line beyond buffer width inaccessible.

The original impetus for this functionality is that fzy(1) fuzzy matcher uses no-wrap feature, or its menu get messed on long lines.