We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1328e65 commit 0a80d2cCopy full SHA for 0a80d2c
docker/base/.tmux.conf
@@ -1,3 +1,5 @@
1
set-option -g base-index 0
2
set-option -g mouse on
3
set-option -g renumber-windows on
4
+set-option -g default-terminal "xterm-256color"
5
+set-window-option -g xterm-keys on
docker/variants/python/Dockerfile
@@ -20,6 +20,7 @@ RUN apt-get update && \
20
tmux \
21
tmuxinator \
22
tzdata \
23
+ vim \
24
&& apt-get clean \
25
&& rm -rf /var/lib/apt/lists/*
26
docker/variants/ts/Dockerfile
0 commit comments