【tmux】 个人使用总结

00. env

ubuntu 2004
tmux 3.0a

10. 安装tmux

sudo apt install tmux
# 查看版本
tmux -V

20. 安装插件 - resurect & continuum

1. 参考地址

https://github.com/tmux-plugins/tmux-resurrect/blob/master/README.md

https://github.com/tmux-plugins/tmux-continuum/blob/master/README.md
Please make sure you have tmux-resurrect installed.

2. 安装 (Manual Installation)

mkdir ~/tmp/
cd ~/tmp/
git clone http://github.com/tmux-plugins/tmux-continuum
git clone http://github.com/tmux-plugins/tmux-resurrect

mkdir ~/.tmux/
mv tmux-continuum/ ~/.tmux/
mv tmux-resurrect/ ~/.tmux/

3. 配置

  1. 新建配置文件~/.tmux.conf
touch ~/.tmux.conf
  1. 如下配置供参考:
set -g default-terminal "screen-256color"
set -g history-limit 10000
set -g status-interval 1

bind '"' splitw -v -c '#{pane_current_path}'
bind '%' splitw -h -c '#{pane_current_path}'
bind 'c' new-window -c '#{pane_current_path}'

run-shell ~/.tmux/tmux-resurrect/resurrect.tmux
run-shell ~/.tmux/tmux-resurrect/continuum.tmux
  1. 重新使能文件

shell 中,执行命令:tmux source ~/.tmux.conf

  1. 使用示例
# 创建多个session
# ctrl+b c		// 创建session

# 保存当前状态
ctrl+b	ctrl+s

# 恢复之前状态
# tmux		// 如果没进入tmux,先进入
ctrl+b ctrl+r

80. 快捷键说明

默认使用前缀键为Ctrl + b

1. 从tmux退出到shell

前缀键 + d

2. 进入指定tmux窗口、状态

tmux ls // 查看
tmux a -t xxx // 进入xxx这个窗口

  • 5
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

过得精彩

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值