-
-
Save rdammkoehler/2591700 to your computer and use it in GitHub Desktop.
My .screenrc and .tmux.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
escape ^Z^Z | |
bind z suspend | |
bind ^a other |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unbind C-b | |
set -g prefix C-z | |
bind C-z send-prefix | |
bind z suspend-client |
One issue I find here is that Ctrl-z is what I often use to suspend a job on a *nix box. I think in tmux you can ctrl-z ctrl-z to get that though. Still, a bit annoying.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm taking copies of Magnus Stahre's configuration files for a test drive. Hopefully these will enhance my tmux and screen experience...and if not I'll change 'em.