2 Star 1 Fork 0

tengtengh/dotfile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.tmux.conf 795 Bytes
一键复制 编辑 原始数据 按行查看 历史
tengtengh 提交于 2022-09-27 23:39 . update tmux conf
## color, 通过echo $Term查看填入下面的单引号中
set -g default-terminal 'xterm-256color'
## 开启斜体
set -as terminal-overrides ',xterm*:Tc:sitm=\E[3m'
# 状态栏置顶
# set-option -g status-position top
# act like vim
setw -g mode-keys vi
# 通过ctrl+b then hjkl 移动pane
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
# copy-mode : ctrl+b [
# bind-key m copy-mode
# begin-selection : space
bind -T copy-mode-vi "v" send -X begin-selection
# rectangle-selection : ctrl+v then space
bind -T copy-mode-vi "V" send -X rectangle-toggle
## 鼠标移动
setw -g mouse on
## 鼠标滚轮
bind -n WheelUpPane if -Ft= "{mouse_any_flag}" "send -M" "send Up"
bind -n WheelDownPane if -Ft= "{mouse_any_flag}" "send -M" "send Down"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tengtengh/dotfile.git
git@gitee.com:tengtengh/dotfile.git
tengtengh
dotfile
dotfile
master

搜索帮助