Skip to content

Instantly share code, notes, and snippets.

View xuyuquan's full-sized avatar
🐔

xuyuquan

🐔
  • 22:15 (UTC -12:00)
View GitHub Profile
@xuyuquan
xuyuquan / .tmux.conf
Created April 29, 2026 07:27 — forked from Godsing/.tmux.conf
Tmux 配置文件(保姆级注释,含部分插件)
# 1. 安装tpm: mkdir -p ~/.tmux/plugins && cd ~/.tmux/plugins && git clone https://github.com/tmux-plugins/tpm
# 2. 按 prefix + I(大写) 来安装插件
# 3. 安装 vim-obsession, 用 vundle 安装或: cd ~/.vim/bundle && git clone git://github.com/tpope/vim-obsession.git --depth 1 && vim -u NONE -c "helptags vim-obsession/doc" -c q
##### 以上需手工执行 #####
## 修改 tmux-prefix 键: ctrl+b --> ctrl+a
set -g prefix C-a
unbind C-b
bind a send-prefix
#set-option -g prefix2 `
@xuyuquan
xuyuquan / yuquan_mihomo.js
Last active May 7, 2026 01:21
clashpart覆写
/*!
powerfullz 的 Substore 订阅转换脚本
https://github.com/powerfullz/override-rules
支持的传入参数:
- loadbalance: 启用负载均衡(url-test/load-balance,默认 false)
- landing: 启用落地节点功能(如机场家宽/星链/落地分组,默认 false)
- ipv6: 启用 IPv6 支持(默认 false)
- full: 输出完整配置(适合纯内核启动,默认 false)
- keepalive: 启用 tcp-keep-alive(默认 false)