Hacker News new | ask | show | jobs
by rjzzleep 4500 days ago
i use ctrl-up / ctrl-down

    bind-key -n C-up next
    bind-key -n C-down prev
ctrl-left and alt-left/right interfere with too many other cli apps.

https://github.com/fishman/dot_files/blob/master/tmux/.tmux....

1 comments

Thank you! I did not know about the source-file command. I've been writing shell scripts, instead. You have just changed my entire work-flow!