-
Have some questions/confusion around how edit/F2/edit() should behave.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
ad 1. F2 always opens internal editor; Ctrl+E opens external editor if configured, otherwise it uses the internal one. ad 2. The external editor must be configured to be started in foreground within the initial process. If you launch some editors from terminal, they start a new process and the initial one exists so that user can use the terminal session while the editor is running. See: https://copyq.readthedocs.io/en/latest/faq.html#why-does-my-external-editor-fail-to-edit-items ad 3. I don't think it is possible unless you avoid setting an external editor command. |
Beta Was this translation helpful? Give feedback.
ad 1. F2 always opens internal editor; Ctrl+E opens external editor if configured, otherwise it uses the internal one.
ad 2. The external editor must be configured to be started in foreground within the initial process. If you launch some editors from terminal, they start a new process and the initial one exists so that user can use the terminal session while the editor is running. See: https://copyq.readthedocs.io/en/latest/faq.html#why-does-my-external-editor-fail-to-edit-items
ad 3. I don't think it is possible unless you avoid setting an external editor command.