Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lucastx
on April 13, 2013
|
parent
|
context
|
favorite
| on:
Workflow in tmux
I do it like this:
bind-key ) swap-window -t + bind-key ( swap-window -t -
So "<prefix> (" swaps the active window with the one on its left, and "<prefix> )" swaps it with the one on its right.
It seems to be what you want.
LiveTheDream
on April 13, 2013
[–]
That works beautifully! Thank you.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
It seems to be what you want.