Ctrl+B instead of <C-B> for improved readability

This commit is contained in:
Vinícius Couto 2019-10-06 01:27:56 -03:00
parent b7128660e7
commit 71477630c5

View file

@ -337,7 +337,7 @@ Credit: @vcoutasso
Inside a tmux session:
```
<C-B> :kill-session
Ctrl+B :kill-session
```
Note that ```<C-B>``` is the default prefix. For different prefixes, the command must be adjusted accordingly.
Note that ```Ctrl+B``` is the default prefix. For different prefixes, the command must be adjusted accordingly.