You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the session navigator is open (prefix+g), I already have the workspace, tab, or pane selected, but I cannot act on it from there. I have to close the navigator and use the prefix bindings or a sidebar/tab right-click instead.
Rename is the one that matters most. I open the navigator to get an overview of the session. If I cannot name things from that list, it fills up with default labels — 1, 2, pane 1 — and equally named tabs and panes stop being distinguishable. The overview is the reason the navigator exists.
Close would be useful there too, and probably other high-level operations later. The selected row is already the thing I want to change.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When the session navigator is open (
prefix+g), I already have the workspace, tab, or pane selected, but I cannot act on it from there. I have to close the navigator and use the prefix bindings or a sidebar/tab right-click instead.Rename is the one that matters most. I open the navigator to get an overview of the session. If I cannot name things from that list, it fills up with default labels —
1,2,pane 1— and equally named tabs and panes stop being distinguishable. The overview is the reason the navigator exists.Close would be useful there too, and probably other high-level operations later. The selected row is already the thing I want to change.
A local implementation of rename is on this branch: https://github.com/anagrius/herdr/tree/feat/navigator-rename
All reactions