austinjones / tab-rs

The intuitive, config-driven terminal multiplexer designed for software & systems engineers
MIT License
660 stars 29 forks source link

Complete selected tab name with the right arrow key #363

Open alexherbo2 opened 3 years ago

alexherbo2 commented 3 years ago

Example – Giving the following tabs:

- app/services/one
- app/services/two

It could be nice, when typing app, to be able to complete the name of selected tabs with the right arrow key, so we can more easily create a new app/services/three tab.