From 8163cd3cccb8bc719513bac34ae87f6110e184a0 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 9 Feb 2017 21:05:17 -0700 Subject: Change the term to screen since I always use tmux --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 34fdceb..ea917c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,7 +90,7 @@ ADD bashrc /root/.bashrc WORKDIR /root/app # Better terminal support -ENV TERM xterm-256color +ENV TERM screen-256color # Neovim needs this so that can work RUN infocmp $TERM | sed 's/kbs=^[hH]/kbs=\\177/' > /tmp/$TERM.ti -- cgit v1.2.3