mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 17:00:36 -05:00
6 lines
131 B
Bash
6 lines
131 B
Bash
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
|