mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 10:56:20 +00:00
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
|