This commit is contained in:
Alban Bronisz 2020-09-28 10:57:21 +02:00
parent 0f26e0e51c
commit c971d9b2d8
3 changed files with 42 additions and 33 deletions

View File

@ -1,32 +1,30 @@
Create
======
F2 Create a new tab
Shift-F2 Split horizontally ---
Ctrl-F2 Split vertically |
Move
====
Alt-←→ Change tab
Alt-↓↑ Change session
Shift-←→↓↑ Change split
Alt-↟↡ Move in history
Rename
======
F8 Rename tab
Ctrl-F8 Rename session
Delete
======
Ctrl-F6 Delete split in focus (delete tab if no split)
Other
Byobu
=====
F6 Detach from session
F1 Help
Shortcuts
---------
### Create
- `F2`: Create a new tab
- `Shift-F2`: Split horizontally ---
- `Ctrl-F2`: Split vertically |
### Move
- `Alt-←→` Change tab
- `Alt-↓↑` Change session
- `Shift-←→↓↑` Change split
- `Alt-↟↡` Move in history
### Rename
- `F8`: Rename tab
- `Ctrl-F8`: Rename session
### Delete
- `Ctrl-F6`: Delete split in focus (delete tab if no split)
### Other
- `F6`: Detach from session
- `F1`: Help

View File

@ -1,2 +1,7 @@
Images
------
convert -resize 50% image.jpg image.jpg

View File

@ -1,8 +1,8 @@
docker build -t project/name .
docker build -t project/name .
Interactif:
Run interactif:
docker run -it project/name bash
@ -14,11 +14,17 @@ Connection to an running container:
Inspection de docker
--------------------
dive project/name (apt install dive)
Use dive
dive project/name (apt install dive)
Going deeper
============
docker swarm
------------
docker swarm init