小编jw0*_*013的帖子

如何制作基于 debian 的发行版?

Ubuntu、Knoppix 等基于 Debian。这意味着什么。我如何基于 debian 制作我自己的发行版。

linux debian linux-distributions ubuntu

2
推荐指数
1
解决办法
6960
查看次数

tmux 链键盘快捷键,或等效于屏幕的`bind -c` + `command -c`

screen 的一个很好的功能是它能够将键盘快捷键分配给称为“类”的组。使用bind -c,您可以将该快捷方式分配给特定类,并且绑定command -c <class>到一个键允许您选择该类。这允许多层键盘快捷键。例如,我用x键来选择一个类专用的常用命令。通过在它们自己的类中拥有这些启动器快捷方式,可以使用助记键而不必担心与正常的键绑定集冲突。有什么办法可以复制这个功能tmux吗?

例子

# from my .screenrc
bind -c execute o screen -t imap 10 offlineimap.sh -o
bind -c execute m screen -t mpd ncmpcpp
bind -c execute w screen -t vw vimwiki
# ... more application launchers 
bind x command -c execute
Run Code Online (Sandbox Code Playgroud)

用法:prefixx进入启动器键类,我将所有应用程序键盘快捷键都放在这里。

gnu-screen tmux

1
推荐指数
1
解决办法
1438
查看次数

标签 统计

debian ×1

gnu-screen ×1

linux ×1

linux-distributions ×1

tmux ×1

ubuntu ×1