SSH工具
SSH终端:Putty
分屏/后台工具: Tmux
配色方案
可从 PuTTY Color Themes 上找
我个人使用的主题:19. Igvita Desert
1 | Windows Registry Editor Version 5.00 |
字体
在设置中依次点击:Window → Appearance → Font settings: Change……
console,粗体,10
按键设置
解决大部分键位映射的问题
将 “The Function keys and keypad” 设置更改为 **”Xterm R6”**。
将 “Shift/Ctrl/Alt with the arrow keys” 设置更改为 **”xterm-style bitmap”**。
Tmux配置
安装Tmux界面美化: https://github.com/gpakosz/.tmux
鼠标协助
找到 .tmux.conf.local
文件修改Tmux设置
1 | vim .tmux.conf.local |
把 set -g mouse on
这一行取消注释即可
1 | # start with mouse mode enabled |
最终效果
Tmux界面:
bash界面: