mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
8 lines
165 B
Bash
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
|