Siim Põder
Siim Põder
OK, I figured out that the constant re-authentication happens because of the `credentials.expired` check here: https://github.com/gauteh/lieer/blob/master/lieer/remote.py#L530 With the packages in debian, `credentials.expired` is always `False` when no `expiry` time is...
Would we need a way to name and/or number windows before adding such a command? I suppose vimium could probably map window ID to an index consistently. So something like...
I tried working on this and experimented a bit with organizing tabs between windows. The main question is indeed how to identify and target windows once you have more than...
Or maybe: 3. yankTabToMove and moveYankedTabsHere
This is what I'm currently trying: https://github.com/philc/vimium/compare/master...windo:moveToWindow?expand=1 `yT` to yank some tabs for moving and then `p` in a new window to move them. Also `R` to move some tabs...
`moveTabToNewWindow` (currently) always creates a new window and lacks a direction option - it sounds confusing to add direction=left/right and new_window=false options to it. For `moveTabLeft`/`Right` is your proposal to...