diff options
author | Karel Kočí <karel.koci@nic.cz> | 2016-08-12 17:26:12 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2016-08-12 17:26:12 +0200 |
commit | ae4600e31f53a5775c5008b2c8633d8450be56bf (patch) | |
tree | 299cc076619f088cf97db42931d44ad6738caed9 /conkerorrc | |
parent | 6ad7a2ece1069bbd2bc450cbcc7b79b8a825aa49 (diff) | |
download | myconfigs-ae4600e31f53a5775c5008b2c8633d8450be56bf.tar.gz myconfigs-ae4600e31f53a5775c5008b2c8633d8450be56bf.tar.bz2 myconfigs-ae4600e31f53a5775c5008b2c8633d8450be56bf.zip |
Various fixes collected in some time
Diffstat (limited to 'conkerorrc')
-rw-r--r-- | conkerorrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ 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"; +editor_shell_command = "urxvt -e vim"; url_completion_use_history = true; url_remoting_fn = load_url_in_new_buffer; |