惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
H
Help Net Security
博客园_首页
P
Privacy International News Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tenable Blog
Latest news
Latest news
D
Darknet – Hacking Tools, Hacker News & Cyber Security
爱范儿
爱范儿
Cyberwarzone
Cyberwarzone
P
Palo Alto Networks Blog
月光博客
月光博客
有赞技术团队
有赞技术团队
Know Your Adversary
Know Your Adversary
博客园 - 叶小钗
P
Proofpoint News Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
S
Schneier on Security
A
About on SuperTechFans
F
Full Disclosure
The Cloudflare Blog
T
The Exploit Database - CXSecurity.com
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
Microsoft Security Blog
Microsoft Security Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
N
News and Events Feed by Topic
www.infosecurity-magazine.com
www.infosecurity-magazine.com
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Webroot Blog
Webroot Blog
量子位
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
美团技术团队
Help Net Security
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
云风的 BLOG
云风的 BLOG
Y
Y Combinator Blog
博客园 - 司徒正美
N
Netflix TechBlog - Medium
S
Security @ Cisco Blogs
B
Blog
P
Privacy & Cybersecurity Law Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
Hacker News - Newest:
Hacker News - Newest: "LLM"
V
Visual Studio Blog
NISL@THU
NISL@THU

tmux

发现 dracula/tmux 插件会导致 tmux-continnum 自动保存失效 - V2EX tmux session 中 Ctrl-l 不能清除屏幕 - V2EX tmux 有没有什么好的启动 sh 推荐? tmux 2.1 版本,开启了鼠标模式之后,怎么选择复制文字? - V2EX tmux 越用越慢? - V2EX tmux 如何修改默认存储 session 的路径? - V2EX tmux 教程:外观配置篇 - V2EX tmux 与 xmodmap 问题 - V2EX tmux 终端, macos 环境下,回滚历史设置无效 - V2EX tmux 如何所有窗口执行一条命令? - V2EX tmux 的 session name 显示问题 - V2EX iterm2 和 tmux 怎么联合使用啊?他俩有什么关系? - V2EX 你使用 tmux 使用了「tmuxinator」吗?感觉如何? - V2EX 有哪些让你惊艳的 tmux 使用思路/实用技巧(大神的)? - V2EX 请问哪有能够能够真正配置好 tmux, vim 上的 powerline 的中文教程 - V2EX tmux 能单独设置中文和西文的字体吗? - V2EX 为何不用 byobu 呢? - V2EX TMUX 的两个问题 - V2EX Tmux 分屏后如何保留先前窗格的路径。 - V2EX tmux 和什么 ssh 终端联合使用,能最大限度使用 tmux 的快捷键? - V2EX tmux 求助 El Caption bug, 退出 tmux 时会系统卡死 - V2EX tmux on mac 命令输入渲染出错? - V2EX ssh 怎样保存 session? 以当前 session 新建 splitview? 远程 vim 复制本地系统剪贴板? - V2EX 关于 tmux 的 window 窗口大小问题 - V2EX 一篇很不错的 tmux 教程 - V2EX 学 tmux 做的一点笔记 - V2EX 请问 Mac 上 tmux 环境变量怎么配置? - V2EX [Tmux 配色] 第二次折腾配色样式配置,显摆一下 - V2EX 安装了一个终端分屏工具 byobu - V2EX tmux 启动一个新的 session 时,能传入一段 shell 脚本么? - V2EX tmux 求教 - V2EX tmux 快捷键不能使用,ubuntu13.10,ubuntu14.04 都出现了这个问题, - V2EX 请问如何在 shell 脚本中实现 tmux 的 detach - V2EX tmux 打开 9 个以上窗口怎么快速切换 - V2EX 有什么好的 dotfiles repo 推荐 .zshrc .vimrc .tmux.conf 之类的 - V2EX 在terminal中启动tmux后,tmux不能随着窗口放大而放大。 - V2EX tmux怎么让程序在copy-mode下“继续执行” - V2EX screen vs tmux - V2EX tmux后再tmux,如何显示第二次tmux的tab? - V2EX tmux 很赞啊! - V2EX 有常用tmux的么,说说你们action key绑了啥? - V2EX 请教一个关于tmux的问题 - V2EX tmux-powerline 这个给力啊 - V2EX cygwig下可以用tmux吗? - V2EX tmux 重新 attach 后 x11 forwarding 找不到的问题 - V2EX
分享 tmux 自用配置
yuen · 2026-05-18 · via tmux
set -g bell-action any
unbind C-b
set -g prefix C-x

set -g status-keys vi
set -gw mode-keys vi

bind-key    -T copy-mode-vi    v                    send-keys -X begin-selection
bind-key    -T copy-mode-vi    C-Space              send-keys -X begin-selection
bind-key    -T copy-mode-vi    C-n                  send-keys -X cursor-down
bind-key    -T copy-mode-vi    C-p                  send-keys -X cursor-up
bind-key    -T copy-mode-vi    C-b                  send-keys -X cursor-left
bind-key    -T copy-mode-vi    C-f                  send-keys -X cursor-right
bind-key    -T copy-mode-vi    C-a                  send-keys -X start-of-line
bind-key    -T copy-mode-vi    C-e                  send-keys -X end-of-line
bind-key    -T copy-mode-vi    C-v                  send-keys -X page-down
bind-key    -T copy-mode-vi    M-v                  send-keys -X page-up
bind-key    -T copy-mode-vi    M-w                  send-keys -X copy-pipe
bind-key    -T copy-mode-vi    C-g                  send-keys -X clear-selection
bind-key    -T copy-mode-vi    C-s                  command-prompt -i -I "#{pane_search_string}" -p "(search down)" "send -X search-forward-incremental \"%%%\""

bind-key -n C-y paste-buffer
bind-key C-x send-prefix
set-option -g history-limit 100000
bind r source-file ~/.tmux.conf\; display-message "reloading..."
bind-key -nr C-M-K resize-pane -U 5
bind-key -nr C-M-J resize-pane -D 5
bind-key -nr C-M-L resize-pane -R 5
bind-key -nr C-M-H resize-pane -L 5
bind-key -n M-k select-pane -U
bind-key -n M-j select-pane -D
bind-key -n M-l select-pane -R
bind-key -n M-h select-pane -L
bind-key o display-panes
bind-key -nr M-, previous-window
bind-key -nr M-. next-window
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}"
set-option -g base-index 1
set-window-option -g pane-base-index 1
set -sg escape-time 0


set -g default-terminal screen-256color
set -g status-fg white
set -g status-bg colour234

set -g set-titles on
set -g set-titles-string "[#S] tmux:#I #W"
set -g status-left-length 32
set -g status-right-length 256
set -g window-status-current-format "#[fg=colour234,bg=colour39]#[fg=black,bg=colour39,noreverse,bold] #I: #W #[fg=colour39,bg=colour234,nobold]"
set -g status-left '#[fg=colour235,bg=colour252,bold] #S #[fg=colour252,bg=colour238,nobold]#[fg=colour245,bg=colour238,bold] #(whoami) #[fg=colour238,bg=colour234,nobold]'
set -g status-right '#T'
set -g mouse off