1
0
Fork 0
mirror of synced 2024-12-13 02:45:46 -05:00

explained the concept of prefix and command keys for newcomers. Closes #54

This commit is contained in:
Gregory Pakosz 2017-03-13 21:19:14 +01:00
parent 3ef7fe67b5
commit 355d2bdc75

View file

@ -52,6 +52,14 @@ Features
[Facebook PathPicker]: https://facebook.github.io/PathPicker/ [Facebook PathPicker]: https://facebook.github.io/PathPicker/
[Urlview]: https://packages.debian.org/stable/misc/urlview [Urlview]: https://packages.debian.org/stable/misc/urlview
tmux may be controlled from an attached client by using a key combination of a
prefix key, followed by a command key. This configuration uses `C-a` as a
secondary prefix while keeping `C-b` as the default prefix. In the following
list of key bindings:
- `<prefix>` means you have to either hit <kbd>Ctrl</kbd> + <kbd>a</kbd> or <kbd>Ctrl</kbd> + <kbd>b</kbd>
- `<prefix> c` means you have to hit <kbd>Ctrl</kbd> + <kbd>a</kbd> or <kbd>Ctrl</kbd> + <kbd>b</kbd> followed by <kbd>c</kbd>
- `<prefix> C-c` means you have to hit <kbd>Ctrl</kbd> + <kbd>a</kbd> or <kbd>Ctrl</kbd> + <kbd>b</kbd> followed by <kbd>Ctrl</kbd> + <kbd>c</kbd>
This configuration uses the following bindings: This configuration uses the following bindings:
- `<prefix> C-c` creates a new session - `<prefix> C-c` creates a new session