From d8f1adb96dd72bf6c395a7e5096ab7a501c423df Mon Sep 17 00:00:00 2001 From: Pick1a1username <20301273+Pick1a1username@users.noreply.github.com> Date: Sat, 23 Feb 2019 15:48:41 +0900 Subject: [PATCH] The chapter 'Prerequisites' is updated. --- docs/01-prerequisites.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/01-prerequisites.md b/docs/01-prerequisites.md index 0dd48dc..838969d 100644 --- a/docs/01-prerequisites.md +++ b/docs/01-prerequisites.md @@ -82,6 +82,8 @@ libvirt-daemon-driver-storage-rbd-4.10.0-2.2.x86_64 If you want to setup tmux like above, `ctrl+b` -> `"` twice, then `ctrl+b` -> `alt+2`. +You can move to another window by `ctrl+b`, then an arrow key where you want to move. + > Enable `synchronize-panes`: `ctrl+b` then `shift :`. Then type `set synchronize-panes on` at the prompt. To disable synchronization: `set synchronize-panes off`. >