Support .docker/config file

Useful since helpful aliases and functions around creating sandboxed REPL
environments for languages like, Elixir, Haskell are on the way. Other languages
that might be interesting to support would be Clojure.
This commit is contained in:
William Carroll 2019-04-02 21:26:01 +01:00
parent 698cff169a
commit 7646143843

View file

@ -0,0 +1,3 @@
{
"detachKeys": "ctrl-i,e"
}