mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-20 07:42:49 +00:00
'keys' does not handle special keys (like ^J) anymore. Instead, we should use `key`, which will pass its entire argument to tmux, without any processing. It is therefore possible to do something like: ```key ^C``` Or ```key Escape``` Most (if not all) calls to special keys have been converted to use 'key' instead of 'keys'. Action ```copypaste``` has been deprecated in favor of three separate actions: ```copy REGEX``` (searches the regex in the active pane, and if found, places it in an internal clipboard) ```paste``` (inserts the content of the clipboard as keystrokes) ```check``` (forces a status check) Also, a 'tmux' command has been added. It allows to do stuff like: ```tmux split-pane -v```
13 lines
583 B
Markdown
13 lines
583 B
Markdown
# Links and resources
|
|
|
|
- [Docker Community Slack](https://community.docker.com/registrations/groups/4316)
|
|
- [Docker Community Forums](https://forums.docker.com/)
|
|
- [Docker Hub](https://hub.docker.com)
|
|
- [Docker Blog](https://blog.docker.com/)
|
|
- [Docker documentation](https://docs.docker.com/)
|
|
- [Docker on StackOverflow](https://stackoverflow.com/questions/tagged/docker)
|
|
- [Docker on Twitter](https://twitter.com/docker)
|
|
- [Play With Docker Hands-On Labs](https://training.play-with-docker.com/)
|
|
|
|
.footnote[These slides (and future updates) are on → https://container.training/]
|