1
0
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:
Martin Stubenschrott
2007-10-19 18:15:09 +00:00
parent 0a01a5317b
commit 2c9fb23632
5 changed files with 113 additions and 2 deletions

View File

@@ -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(); },
{ }
));
//}}}