mirror of
https://github.com/penpot/penpot.git
synced 2026-06-10 01:12:06 +00:00
* 🔧 Update docker terminal settings * 🔧 Get back the HTTP listener for devenv * 🐛 Fix problem with https port * 📎 Fixup Signed-off-by: Andrey Antukh <niwi@niwi.nz> --------- Signed-off-by: Andrey Antukh <niwi@niwi.nz> Co-authored-by: alonso.torres <alonso.torres@kaleidos.net>
11 lines
254 B
Bash
11 lines
254 B
Bash
set -g default-terminal "tmux-256color"
|
|
set -ga terminal-overrides ",xterm-256color:Tc"
|
|
|
|
set -g default-command "${SHELL}"
|
|
set -g mouse off
|
|
set -g history-limit 50000
|
|
setw -g mode-keys emacs
|
|
|
|
bind-key -r C-n resize-pane -U
|
|
bind-key -r C-m resize-pane -D
|