mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-03 04:06:15 +02:00
Ctrl+B instead of <C-B> for improved readability
This commit is contained in:
parent
b7128660e7
commit
71477630c5
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue