問題は、ctrl-pがデタッチのキーシーケンスのプリフィックスだかららしい。なので、 .docker/config.json に、
"Detachkeys": "ctrl-[,q"を追加すると解決。すばらしい。
技術系の備忘録.基本的に自分だけのためのものなので,詳しく書きません.検索でいらした方、すみません.
"Detachkeys": "ctrl-[,q"を追加すると解決。すばらしい。
[ { "key": "ctrl-I", "command": "tab", "when": "editorTextFocus && !editorReadonly && !editorTabMovesFocus" }, ]
"editor.lineHeight": 15,を追記すれば良い。 便利。
defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms) defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)要再起動。面倒。。