设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

tmux 1.9 发布,Linux 终端复用器

2014-2-24 11:50| 发布者: 红黑魂| 查看: 3022| 评论: 0|来自: 开源中国

摘要: tmux 1.9 发布,此版本是跟旧版 tmux 冲突的版本,所以建议之前 tmux 服务器安装最新版的时候要重启,避免协议不匹配的错误。可以在这里下载最新版,更新内容如下:不兼容的修改====================*88coloursuppor ...

tmux 1.9 发布,此版本是跟旧版 tmux 冲突的版本,所以建议之前 tmux 服务器安装最新版的时候要重启,避免协议不匹配的错误。可以在这里下载最新版,更新内容如下:

不兼容的修改====================* 88 colour support has been removed.* 'default-path' has been removed.  The new-window command accepts '-c' to  cater for this.  The previous value of "." can be replaced with: 'neww -c  $PWD', the previous value of '' which meant current path of the pane can  be specified as:  'neww -c "#{pane_current_path}"'弃用修改==================* The single format specifiers:  #A -> #Z (where defined) have been  deprecated and replaced with longer-named equivalents, as listed in the  FORMATS section of the tmux manpage.* The various foo-{fg,bg,attr} commands have been deprecated and replaced  with equivalent foo-style option instead.  Currently this is still  backwards-compatible, but will be removed over time.常规更新==============* A new environment variable TMUX_TMPDIR is now honoured, allowing the  socket directory to be set outside of TMPDIR (/tmp/ if not set).* If -s not given to swap-pane the current pane is assumed.* A #{pane_syncronized} format specifier has been added to be a conditional  format if a pane is in a syncronised mode (c.f. syncronize-panes)* Tmux now runs under Cygwin natively.* Formats can now be nested within each other and expanded accordingly.* Added 'automatic-rename-format' option to allow the automatic rename  mechanism to use something other than the default of  #{pane_current_command}.* new-session learnt '-c' to specify the starting directory for that session  and all subsequent windows therein.* The session name is now shown in the message printed to the terminal when  a session is detached.* Lots more format specifiers have been added.* Server race conditions have been fixed; in particular commands are not run  until after the configuration file is read completely.* Case insensitive searching in tmux's copy-mode is now possible.* attach-session and switch-client learnt the '-t' option to accept a window  and/or a pane to use.* Copy-mode is only exited if no selection is in progress.* Paste key in copy-mode is now possible to enter text from the clipboard.* status-interval set to '0' now works as intended.* tmux now supports 256 colours running under fbterm.* Many bug fixes!

tmux 是一个与 GNU screen 类似的程序,可作为后者的替代品使用。tmux 采用 BSD 许可授权,其最新版本(当前是 0.5)的源代码可从 SourceForge 网站下载。

如上图所示,启动 tmux 后,在窗口底部有状态行显示,其中包括已创建的窗口列表、当前窗口(使用 * 表示)等。

与 GNU screen 相似,tmux 也使用快捷键来执行相关操作。要创建一个新的窗口,可以按 C-b c,即先按 Ctrl-b,再按 c。在各个窗口间切换可使用下列快捷键:

  • C-b n 切换到下一个窗口

  • C-b p 切换到上一个窗口

  • C-b 0、C-b 1……C-b n 切换到第 n 个窗口

分离会话可执行 C-b d 。

通过 man tmux 可以获得更详尽的 tmux 使用指南。


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部