Hacker News new | ask | show | jobs
by irahul 4836 days ago
If you are moving from screen to tmux, it's very easy to configure tmux to behave like screen. Also, for split panes, I like vim bindings('C-a l' for left pane, 'C-a r' for right pane, 'C-a <' for resize pane...). I have bindings for copying tmux buffer to and from clipboard(needs xclip).

https://gist.github.com/rahulkmr/5275679