Skip to content

Instantly share code, notes, and snippets.

@rdammkoehler
Forked from magnusstahre/.screenrc
Created May 4, 2012 03:15
Show Gist options
  • Save rdammkoehler/2591700 to your computer and use it in GitHub Desktop.
Save rdammkoehler/2591700 to your computer and use it in GitHub Desktop.
My .screenrc and .tmux.conf
escape ^Z^Z
bind z suspend
bind ^a other
unbind C-b
set -g prefix C-z
bind C-z send-prefix
bind z suspend-client
@rdammkoehler
Copy link
Author

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.

@rdammkoehler
Copy link
Author

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