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