From 8435324646e5950c72f2dc9ebd0843fdf9aaba79 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 21 Apr 2012 00:34:31 +0900 Subject: [PATCH] works C-h well on emacs on tmux --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 69cc26f..5049099 100755 --- a/bashrc +++ b/bashrc @@ -49,7 +49,7 @@ export GIT_EDITOR="$EDITOR" null type stty && { stty stop undef # unbind C-s to stop displaying output - stty erase '^h' + test -z "$TMUX" && stty erase '^h' } if iswindows; then