fix: 修改tmux和zsh配置

- tmux 修改前缀快捷键
- zsh 添加tmux的别名
This commit is contained in:
2025-12-15 11:09:18 +08:00
parent b4d162f8ff
commit 888201503b
2 changed files with 23 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
set -g prefix C-a
unbind C-b
bind C-a send-prefix
# 启用鼠标支持
set -g mouse on