1 Star 0 Fork 0

dragon/wbthomason_dotfiles

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.tmux.conf 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wil Thomason 提交于 2015-06-20 22:23 . More files from work setup
# List of plugins
# Supports `github_username/repo` or full git repo URLs
set -g @tpm_plugins ' \
tmux-plugins/tpm \
tmux-plugins/tmux-sensible \
tmux-plugins/tmux-resurrect \
'
# Other examples:
# github_username/plugin_name \
# [email protected]/user/plugin \
# [email protected]/user/plugin \
# Initializes TMUX plugin manager.
# Keep this line at the very bottom of tmux.conf.
run-shell '~/.tmux/plugins/tpm/tpm'
set -g @resurrect-processes 'ssh grunt'
set-window-option -g mode-mouse on
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
unbind C-b
set -g prefix C-a
bind C-a send-prefix
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dragon-teng140806/wbthomason_dotfiles.git
[email protected]:dragon-teng140806/wbthomason_dotfiles.git
dragon-teng140806
wbthomason_dotfiles
wbthomason_dotfiles
master

搜索帮助