Skip to content

Latest commit

 

History

History
1501 lines (1454 loc) · 151 KB

linux.md

File metadata and controls

1501 lines (1454 loc) · 151 KB

Linux

배포판

배포판 Archlinux

배포판 CoreOS

배포판 CrunchBang

배포판 Debian

배포판 Fedora

배포판 Manjaro

배포판 Redhat

배포판 Ubuntu

Automation

Book

Command

Command Mail

Command Line Interface CLI

GCC

GNU

iptable

Kernel

Kernel Interrupt

Library

Log

Memory

Memory Usage

Network

Shell

Shell Library

System Library

Tmux

Tmux command

  • 활성/비활성 pane 배경색 분리; tmux 1.8에서는 동작하지 않는 걸로 보임

    set-window-option -g window-style 'bg=#181818'
    set-window-option -g window-active-style 'bg=black'
    
  • Reloading tmux config

    • Ctrl + B, and then :, :source-file ~/.tmux.conf
  • switch to the next layout e.g. horizontal pane <-> vertical pane

    • C-b space
  • How to increase scrollback buffer size in tmux?

    • set-option -g history-limit 3000
  • How do I reorder tmux windows?

    • swap-window -s [from-number] -t [to-number] or swap-window -t [to-number]

Tmux command troubleshooting

troubleshooting

X Window