From 9d0f2dd8bc37fd41025c802b424947acdd5cb88c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Retzler?= Date: Sun, 18 Oct 2015 01:44:31 +0200 Subject: [PATCH] Updated Running OpenWebRX on system startup (markdown) --- Running-OpenWebRX-on-system-startup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-OpenWebRX-on-system-startup.md b/Running-OpenWebRX-on-system-startup.md index e1bc2a7..63eed50 100644 --- a/Running-OpenWebRX-on-system-startup.md +++ b/Running-OpenWebRX-on-system-startup.md @@ -19,7 +19,7 @@ You will also be able to inspect the terminal output by typing: tmux a -`tmux` is quite a useful tool. The programs you start within a `tmux` session will persist even if you close your `ssh` session. Some basic keybindings: +`tmux` is quite a useful tool. The programs you start within a `tmux` session will persist even if you close your `ssh` session. Some basic keyboard shortcuts: Ctrl+b, then d : Detaches the tmux session. You can return to it by `tmux a`. Ctrl+b, then % or " : Splits your screen horizontally or vertically.