rpmohn / a4

dynamic terminal manager and multiplexer
https://a4term.com
MIT License
33 stars 4 forks source link

New action: create nextfree #9

Open MaxGyver83 opened 1 year ago

MaxGyver83 commented 1 year ago

Add action to create a window on the first available unused tag. Bind it to C-g n, by default.

Example:

Three windows are assigned to tag 1, one window is assigned to tag 2. Tag 1 is selected. C-g n creates a new window and assigns it to tag 3. (Same effect as using this key combo: C-g v 3 C-g c, but shorter.)