Add C-g keybinding to text keymap
This commit is contained in:
parent
6a19fa9ce6
commit
6825f7ed69
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ url_remoting_fn = load_url_in_new_buffer;
|
||||||
session_auto_save_auto_load = true;
|
session_auto_save_auto_load = true;
|
||||||
|
|
||||||
define_key(content_buffer_form_keymap, "C-g", "unfocus");
|
define_key(content_buffer_form_keymap, "C-g", "unfocus");
|
||||||
|
define_key(content_buffer_text_keymap, "C-g", "unfocus");
|
||||||
define_key(content_buffer_normal_keymap, "C-x C-b", "switch-to-buffer");
|
define_key(content_buffer_normal_keymap, "C-x C-b", "switch-to-buffer");
|
||||||
define_key(content_buffer_normal_keymap, "C-y", "paste-url-new-buffer");
|
define_key(content_buffer_normal_keymap, "C-y", "paste-url-new-buffer");
|
||||||
define_key(content_buffer_normal_keymap, "H", "find-url-from-history");
|
define_key(content_buffer_normal_keymap, "H", "find-url-from-history");
|
||||||
|
|
Loading…
Reference in a new issue