From bacc4dc048ee6ebbe5ac49b3ba7ad032040e873a Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 31 Dec 2017 12:44:50 -0600 Subject: [PATCH] tmux.org: Remove set-remain-on-exit No longer applicable to recent tmux past 2.4..ish. Too lazy to look it up. --- tmux.org | 3 --- 1 file changed, 3 deletions(-) diff --git a/tmux.org b/tmux.org index 549272a..f92aaca 100644 --- a/tmux.org +++ b/tmux.org @@ -118,9 +118,6 @@ Tmux configuration. Pretty boring in most ways. # Non confirming kill pane plskthxbai bind-key x kill-pane - # In case something I run exits straight away, i'd like to know about it. - set-option -g set-remain-on-exit on - # Lets change the prefix key so we don't clobber emacs back one char key unbind-key C-b