Files
container.training/slides/containers
Jerome Petazzoni 7d6ab6974d Big autopilot update
'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```
2020-01-18 09:49:18 -06:00
..
2019-05-27 18:49:04 -05:00
2019-05-27 18:49:04 -05:00
2019-05-27 18:49:04 -05:00
2019-05-27 18:49:04 -05:00
2018-08-21 04:03:38 -05:00
2018-08-21 04:03:38 -05:00
2018-08-21 04:03:38 -05:00
2018-08-21 04:03:38 -05:00
2019-07-12 14:16:20 -05:00
2019-05-27 18:49:04 -05:00
2018-10-30 01:53:31 +01:00
2019-01-10 14:55:33 +01:00
2018-08-21 04:03:38 -05:00
2020-01-18 09:49:18 -06:00
2019-05-27 18:49:04 -05:00
2019-02-17 14:49:31 +01:00
2018-08-21 04:03:38 -05:00
2019-05-27 18:49:04 -05:00
2018-09-28 08:10:12 -05:00
2019-05-27 18:49:04 -05:00
2019-02-17 14:49:31 +01:00
2019-05-27 18:49:04 -05:00