- Getting Started with tmux
- Victor Quinn J.D.
- 363字
- 2021-08-05 17:56:34
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
When we are describing a key to press, it will appear in italics, like this: "Please press the letter b now" Often we will describe a key combination, which means pressing multiple keys at the same time, it will appear like this: Ctrl + b. That means hold down the Control key and press the letter b. We will also see multiple key combinations, to be pressed in series. They will appear separated by a comma and will appear like this: Ctrl + b, c. That means hold down the Ctrl key and press the letter b, then release both keys and press the letter c.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Simply run the tmux command show-options
with a flag for which set of options you want to view."
A block of configuration code is set as follows:
# Set the status bar background to blue set-option -g status-bg blue # Set the status bar text to white set-option -g status-fg white # Set the active window background in the status bar set-window-option –g window-status-current-bg magenta
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
# Set the active window background in the status bar set-window-option –g window-status-current-bg magenta # Rebind the prefix key set-option -g prefix C-t # Add a key binding for reloading our configuration bind-key C-r source-file ~/.tmux.conf
Any command-line input or output is written as follows:
$ tmux attach-session –t tutorial
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "You will see Search Up: appear in the lower left-hand corner."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 物聯(lián)網(wǎng)標(biāo)準(zhǔn)化指南
- CorelDRAW X6 中文版圖形設(shè)計實戰(zhàn)從入門到精通
- Mastering Machine Learning for Penetration Testing
- Building E-commerce Sites with VirtueMart Cookbook
- Spring Cloud微服務(wù)架構(gòu)進(jìn)階
- 互聯(lián)網(wǎng)基礎(chǔ)資源技術(shù)與應(yīng)用發(fā)展態(tài)勢(2021—2023)
- SAE原理與網(wǎng)絡(luò)規(guī)劃
- 互聯(lián)網(wǎng)+思維與創(chuàng)新:通往未來的+號
- 轉(zhuǎn)化:提升網(wǎng)站流量和轉(zhuǎn)化率的技巧
- bash網(wǎng)絡(luò)安全運(yùn)維
- INSTANT Social Media Marketing with HootSuite
- OSPF協(xié)議原理與功能拓展
- Architecting Data:Intensive Applications
- 物聯(lián)網(wǎng)概論
- 產(chǎn)品經(jīng)理游戲化設(shè)計思維70計