codex

【Codex】planモードの後「いいえ」で文の変換の確定時、進むのを防ぐ

何も書いてない状態でEnter先に押しておく

macOSでCodexアプリのCtrl+Bを左移動にする方法

毎度のことながら config of karabiner Add your own ruleで以下を設定する。 { "description": "ctrl + B in Codex", "manipulators": [ { "conditions": [ { "bundle_identifiers": [ "^com\\.openai\\.codex$" ], "type": "frontmost_application_if" } ]…