Files
penpot/docker/devenv/files/tmux.conf
2026-02-04 16:21:19 +01:00

8 lines
165 B
Bash

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