Skip to content

Instantly share code, notes, and snippets.

@idiomer
Created April 15, 2020 03:32
Show Gist options
  • Save idiomer/44c3d2946aaa32f4770ac682f1a480e8 to your computer and use it in GitHub Desktop.
Save idiomer/44c3d2946aaa32f4770ac682f1a480e8 to your computer and use it in GitHub Desktop.
# 启用鼠标
set -g mouse on
# 屏幕回滚最大行数
set-option -g history-limit 10000
# 在tmux中按前缀+r可重载当前配置
bind r source-file ~/.tmux.conf \; display "Reloaded!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment