diff options
author | Karel Kočí <cynerd@email.cz> | 2016-08-09 00:30:24 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-08-09 00:30:24 +0200 |
commit | 93ccb43261b9f5c8f167da0b81c1d480a98ca3f7 (patch) | |
tree | bcdf1c22092f3554c5261829b0adaa6f9fef53ee | |
parent | 87e8b76dd51b451b8d25454850973824209b4b18 (diff) | |
download | myconfigs-93ccb43261b9f5c8f167da0b81c1d480a98ca3f7.tar.gz myconfigs-93ccb43261b9f5c8f167da0b81c1d480a98ca3f7.tar.bz2 myconfigs-93ccb43261b9f5c8f167da0b81c1d480a98ca3f7.zip |
Add external editor to conkeror
-rw-r--r-- | conkerorrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ define_opensearch_webjump("?g", "google.xml"); define_opensearch_webjump("?w", "wikipedia.xml"); define_opensearch_webjump("?e", "eBay.xml"); +external_content_handlers.set("application/pdf", "okular"); +external_content_handlers.set("video/*", "vlc"); +editor_shell_command = "urxvt -e vi"; + url_completion_use_history = true; url_remoting_fn = load_url_in_new_buffer; download_buffer_automatic_open_target = OPEN_NEW_BUFFER_BACKGROUND; |