• Linux-Tmux使用初体验


    Tmux使用初体验

     

    tmux #开启tmux
    
    tmux ls #显示已有tmux列表(ctrl+b s)
    
    tmux attach-session -t 数字 #选择tmux
    
    ctrl+b c 创建一个新的窗口
    
    ctrl+b n 切换到下一个窗口
    
    ctrl+b p 切换到上一个窗口
    
    ctrl+b l 最后一个窗口,和上一个窗口的概念不一样哟,谁试谁知道
    
    ctrl+b w 通过上下键选择当前窗口中打开的会话
    
    ctrl+b 数字 直接跳到你按的数字所在的窗口
    
    ctrl+b & 退出当前窗口
    
    ctrl+b d 临时断开会话 断开以后,还可以连上的哟:)
    
    ctrl+b shift+’ (") 分割出来一个窗口,上下窗口
    
    ctrl+b % 分割出来一个窗口,左右窗口
    
    ctrl+b o 在小窗口中切换
    
    ctrl+b (方向键) 按小窗口方向键上向上切换,按小窗口方向键下向下切换,依次列推左右窗口切换
    
    ctrl+b ! 关闭所有小窗口
    
    ctrl+b x 关闭当前光标处的小窗口
    
    ctrl+b t 钟表
    
    ctrl+b pageup/pagedo
  • 相关阅读:
    python flask学习笔记
    语音识别2 -- Listen,Attend,and Spell (LAS)
    语音识别 1--概述
    keras中seq2seq实现
    ResNet模型
    Bytes类型
    Python操作文件
    Pyhon基本数据类型
    ping
    find
  • 原文地址:https://www.cnblogs.com/qiyebao/p/4624142.html
Copyright © 2020-2023  润新知