comment
[conkeror.git] / modules / bindings / default / content-buffer / text.js
blob5672d1e47dc7fd115029ea2c64b0576d581d7696
1 /**
2  * (C) Copyright 2004-2007 Shawn Betts
3  * (C) Copyright 2007-2009 John J. Foerch
4  * (C) Copyright 2007-2008 Jeremy Maitin-Shepard
5  * (C) Copyright 2009 Deniz Dogan
6  *
7  * Use, modification, and distribution are subject to the terms specified in the
8  * COPYING file.
9 **/
11 define_fallthrough(content_buffer_text_keymap, match_text_keys);
13 define_key(content_buffer_text_keymap, "C-i", "edit-current-field-in-external-editor");
14 define_key(content_buffer_text_keymap, "C-x x", "edit-current-field-in-external-editor");