mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-03 01:35:46 +01:00
external editor support
This commit is contained in:
@@ -1920,6 +1920,10 @@ function Mappings() //{{{
|
||||
function() { vimperator.editor.pasteClipboard(); },
|
||||
{ }
|
||||
));
|
||||
addDefaultMap(new Map([vimperator.modes.INSERT, vimperator.modes.TEXTAREA], ["<C-i>"],
|
||||
function() { vimperator.editor.editWithExternalEditor(); },
|
||||
{ }
|
||||
));
|
||||
|
||||
//}}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user