Learn tmux in Ten Minutes

  • Learn Tmux in Ten Minutes

    • Layouts 布局
    • Window 窗口
    • Pane 窗格
    • CONFIGURATION

Learn Tmux in Ten Minutes

Layouts 布局

  1. Server 服务
  2. Session 会话
  3. Window 窗口
  4. Pane 窗格

Window 窗口

  • c - new a window 新建窗口
  • & - close current window 关闭窗口
  • l - switch to last window 切换窗口
  • n - next window 切换到下一个窗口
  • p - previous window 切换到上一下窗口
  • w - show window menu list 窗口的菜单列表

Pane 窗格

  • % - horizontal split 水平分屏
  • " - vertical split 垂直分屏
  • x - close current pane 关闭窗格
  • ; - switch to last pane 切换窗格
  • o - move clockwise 顺时针切换窗格
  • C-o - swap pane anti-clockwise 逆时针转换窗格
  • M-o - swap pane clockwise 顺时针转换窗格

CONFIGURATION

~/.tmux.conf

unbind C-b
set-option -g prefix C-j

set-option -g -q mouse on

bind h split-window -h
bind v split-window -v
unbind ‘"‘
unbind %

原文地址:https://www.cnblogs.com/loveminimal/p/10542393.html

时间: 2024-10-07 09:02:17

Learn tmux in Ten Minutes的相关文章

十分钟入门less(翻译自:Learn lESS in 10 Minutes(or less))

十分钟入门less(翻译自:Learn lESS in 10 Minutes(or less)) 注:本文为翻译文章,因翻译水平有限,难免有缺漏不足之处,可查看原文. 我们知道写css代码是非常枯燥的,尤其是写重复颜色.样式的代码,这需要我们付出很多努力来保持css代码可维护,但是它本不应该是这样的. 很幸运地是,web开发社区已经解决了这个问题,我们在现在已经有了类似与less.sass和stylus这样的预处理器.它们有很多优于一般的css之处,如下所示: 变量---以至于我们可以在样式表中

【C#】Learn C# in X minutes

??前几天在刷即刻的时候发现了一个GitHub上的项目,该项目名为"learn x in y minutes",这个名称就很简明扼要--"y分钟学习xxx",一看就很牛.对于这种大神级别的人物我是非常憧憬的,怀着欣喜和敬畏的心态,点下了star,然后我就把网页关了...不要问我为什么不趁热学习一下,毕竟众所周知,收藏就等于学会了嘛. ??n天后的今天,我终于想起来有这么一个伟大的项目还躺在我的列表里,我又把它翻了出来,学习了一下该项目里的c#文档.果然不负众望,收获

快速入门:十分钟学会PythonTutorial - Learn Python in 10 minutes

This tutorial is available as a short ebook. The e-book features extra content from follow-up posts on various Python best practices, all in a convenient, self-contained format. All future updates are free for people who purchase it. Preliminary fluf

Learn X in Y minutes Where X=c++

http://learnxinyminutes.com/docs/c++/ C++ is a systems programming language that, according to its inventor Bjarne Stroustrup, was designed to be a “better C” support data abstraction support object-oriented programming support generic programming Th

Learn X in Y minutes, Where X=elisp

学习Elisp基础,https://learnxinyminutes.com/docs/elisp/Emacs Lisp 为一个函数式的语言,所以它全部 功能都是由函数来实现的. 15分钟学会Emacs Lisp (v0.2a) ;;(作者:bzg,https://github.com/bzg ;; 译者:lichenbo,http://douban.com/people/lichenbo) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Intel 编译器 内存安全检查 真心的很详细 转

Managing Memory Errors with Intel? Parallel Inspector XE ___________________________________________________________________ Intel? Academic Community Disclaimer The information contained in this document is provided for informational purposes only a

越狱Season 1-Episode 17: J-Cat

Season 1, Episode 17: J-Cat -Pope: Hey, that's looking good. 嗨,看起来真棒 You're making some real progress. real: 真正的   progress: 进展 你大有进展啊 -Michael: The plaster adds a lot of weight. I may have to add reinforcements. plaster: 石膏 add: 增加 weight: 重量  reinf

越狱Season 1-Episode 12:Odd Man Out

Season 1-Episode 12:Odd Man Out -Sorry to keep you waiting. 抱歉让你等了半天 -Oh, it's, uh, not a problem. 嗯没关系 -Hmm. Impressive resume. impressive: 令人印象深刻的  resume: 简历 嗯简历令人印象深刻 -Thank you. 谢谢 -Tell me why you chose to pursue a career in engineering. choose

Why to Not Not Start a Startup

我花了周六,周日两天的时间,把这篇长文给阅读完了.很受益,改变了我的很多认知,也给我开拓了视野. 转载: Want to start a startup? Get funded by Y Combinator.  March 2007 (This essay is derived(来自) from talks at the 2007 Startup School and the Berkeley CSUA.) We've now been doing Y Combinator long enou