linux中的一些配置

文章目录

Tabby配置

配置文件(2025.12.14)如下,直接复制粘贴即可:(需要额外安装一些拓展:

altair(配色),

save-output )

复制代码
version: 7
profiles: []
groups: []
configSync:
  parts: {}
hotkeys:
  toggle-window: []
  copy-current-path: []
  ctrl-c:
    - Ctrl-C
  copy:
    - Ctrl-Shift-C
  paste:
    - Ctrl-Shift-V
    - Shift-Insert
  select-all:
    - Ctrl-Shift-A
  clear: []
  zoom-in:
    - Ctrl-=
    - Ctrl-Shift-=
  zoom-out:
    - Ctrl--
    - Ctrl-Shift--
  reset-zoom:
    - Ctrl-0
  home:
    - Home
  end:
    - End
  previous-word:
    - Ctrl-Left
  next-word:
    - Ctrl-Right
  delete-previous-word:
    - Ctrl-Backspace
  delete-line:
    - Ctrl-Shift-Backspace
  delete-next-word:
    - Ctrl-Delete
  search:
    - Ctrl-Shift-F
  pane-focus-all:
    - Ctrl-Shift-I
  focus-all-tabs:
    - Ctrl-Alt-Shift-I
  scroll-to-top:
    - Ctrl-PageUp
  scroll-page-up:
    - Alt-PageUp
  scroll-up: []
  scroll-down: []
  scroll-page-down:
    - Alt-PageDown
  scroll-to-bottom:
    - Ctrl-PageDown
  restart-telnet-session: []
  restart-ssh-session: []
  launch-winscp: []
  settings-tab: {}
  settings:
    - Ctrl-,
  serial:
    - Alt-K
  restart-serial-session: []
  new-window: []
  profile: {}
  profile-selectors: {}
  group-selectors: {}
  toggle-fullscreen:
    - F11
  close-tab:
    - Ctrl-Shift-W
  reopen-tab:
    - Ctrl-Shift-Z
  toggle-last-tab: []
  rename-tab:
    - Ctrl-Shift-R
  next-tab:
    - Ctrl-Tab
  previous-tab:
    - Ctrl-Shift-Tab
  move-tab-left:
    - Ctrl-Shift-PageUp
  move-tab-right:
    - Ctrl-Shift-PageDown
  rearrange-panes:
    - Ctrl-Shift
  duplicate-tab: []
  restart-tab: []
  reconnect-tab: []
  disconnect-tab: []
  explode-tab:
    - Ctrl-Shift-.
  combine-tabs:
    - Ctrl-Shift-,
  tab-1: []
  tab-2: []
  tab-3: []
  tab-4: []
  tab-5: []
  tab-6: []
  tab-7: []
  tab-8:
    - Alt-8
  tab-9:
    - Alt-9
  tab-10:
    - Alt-0
  tab-12: []
  tab-13: []
  tab-14: []
  tab-15: []
  tab-16: []
  tab-17: []
  tab-18: []
  tab-19: []
  tab-20: []
  split-right:
    - Ctrl-Shift-S
  split-bottom:
    - Ctrl-Shift-D
  split-left: []
  split-top: []
  pane-nav-right:
    - Ctrl-Shift-Right
  pane-nav-down:
    - Ctrl-Shift-Down
  pane-nav-up:
    - Ctrl-Shift-Up
  pane-nav-left:
    - Ctrl-Shift-Left
  pane-nav-previous:
    - Ctrl-Alt-[
  pane-nav-next:
    - Ctrl-Alt-]
  pane-nav-2:
    - Alt-2
  pane-nav-3:
    - Alt-3
  pane-nav-4:
    - Alt-4
  pane-nav-5:
    - Alt-5
  pane-nav-6:
    - Alt-6
  pane-nav-7:
    - Alt-7
  pane-nav-8: []
  pane-nav-9: []
  pane-maximize:
    - Ctrl-Alt-Enter
  pane-increase-vertical: []
  pane-decrease-vertical: []
  pane-increase-horizontal: []
  pane-decrease-horizontal: []
  close-pane: []
  profile-selector:
    - Ctrl-Shift-E
  command-selector:
    - Ctrl-Shift-P
  switch-profile: []
  new-tab:
    - Ctrl-Shift-N
  pane-nav-1:
    - Alt-1
  tab-11: []
terminal:
  searchOptions: {}
  colorScheme:
    name: Altair
    foreground: '#f3f4ef'
    background: '#22242d'
    cursor: '#b4b4ba'
    colors:
      - '#22242d'
      - '#ff1654'
      - '#06d6a0'
      - '#ffe66d'
      - '#00abe7'
      - '#ff60b5'
      - '#7bdff2'
      - '#f9f9f9'
      - '#22242d'
      - '#ff1654'
      - '#06d6a0'
      - '#ffe66d'
      - '#00abe7'
      - '#ff60b5'
      - '#7bdff2'
      - '#f9f9f9'
  lightColorScheme:
    name: Terminal Basic
    foreground: '#000000'
    background: '#ffffff'
    cursor: '#7f7f7f'
    colors:
      - '#000000'
      - '#990000'
      - '#00a600'
      - '#999900'
      - '#0000b2'
      - '#b200b2'
      - '#00a6b2'
      - '#bfbfbf'
      - '#666666'
      - '#e50000'
      - '#00d900'
      - '#e5e500'
      - '#0000ff'
      - '#e500e5'
      - '#00e5e5'
      - '#e5e5e5'
  customColorSchemes: []
  scrollbackLines: 999999999
  copyAsHTML: false
  font: Ubuntu Mono
  fontSize: 16
ssh: {}
clickableLinks:
  modifier: ctrlKey
accessibility: {}
appearance:
  opacity: 0.93
hacks: {}
providerBlacklist: []
commandBlacklist: []
language: zh-CN
enableWelcomeTab: false
pluginBlacklist: []
profileDefaults:
  ssh:
    disableDynamicTitle: true
profileBlacklist: []
recoverTabs: false
saveOutput: {}
backgroundPlugin: {}
相关推荐
大树881 小时前
金刚石散热越强,管路越先见顶
大数据·运维·服务器·人工智能·ai
摇滚侠1 小时前
Linux CentOS7 rpm 安装 MySQL 5.7
linux·运维·mysql
霸道流氓气质2 小时前
领域驱动设计(DDD)在 Spring Boot 微服务中的实践指南
运维·spring boot·微服务
bush42 小时前
嵌入式linux学习记录十四、术语
linux·嵌入式
载数而行5202 小时前
Linux 11 动态监控指令top
linux
小宇宙Zz2 小时前
Maven依赖冲突
java·服务器·maven
Inhand陈工3 小时前
基于台达PLC与映翰通IG502的智慧水产养殖精准投喂与远程运维解决方案
运维·人工智能·物联网·阿里云·信息与通信
酣大智3 小时前
ARP代理--工作原理
运维·网络·arp·arp代理
不会C语言的男孩3 小时前
Linux 系统编程 · 第 8 章:进程基础
linux·c语言
shushangyun_3 小时前
2026年快消品B2B系统推荐:支持终端门店订货、促销政策自动化的工具?
java·运维·网络·数据库·人工智能·spring·自动化