| 14 | |
| 15 | === Edit files with any application === |
| 16 | |
| 17 | '''Warning''': ''This is a experimental feature''. |
| 18 | |
| 19 | As of [milestone:3.3 Cyberduck 3.3], you can set a hidden preference to enable editing not only files with ODB protocol aware editors (such as TextMate or SubEthaEdit) but edit any given file type with the default application. Paste the following to a ''Terminal.app'' window and restart Cyberduck. |
| 20 | |
| 21 | {{{ |
| 22 | defaults write ch.sudo.cyberduck editor.kqueue.enable true |
| 23 | }}} |
| 24 | |
| 25 | This is most notably useful if you want to edit images on a remote server with your preferred image editing application. |
| 26 | |
| 27 | |