From 06a3f462723471f00ef7d2932b7d47beb1a816c0 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Thu, 29 Oct 2009 22:01:33 +0100 Subject: vimperator: upgrade to vimperator 2.2 - added TinyURL plugin (;t) - open picture location with C-x p - open context menu with C-x m --- vimperatorrc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'vimperatorrc') diff --git a/vimperatorrc b/vimperatorrc index 1f30ebb..72536dd 100644 --- a/vimperatorrc +++ b/vimperatorrc @@ -224,6 +224,12 @@ noremap g gf " Focus the address bar with C-l map +" Open picture location with C-x p +noremap p ;i + +" Open context menu with C-x m +noremap m ;c + " Focus last used input field with C-x i noremap i gi @@ -246,9 +252,12 @@ noremap gU " Noscript noremap s :noscript toggletemp noremap S :noscript toggleperm -noremap t :noscript popup +noremap p :noscript popup " }}} +" TinyURL +:map t :exe ":tinyurl "+getBrowser().contentWindow.location.href + " {{{ Javascript functions " -- cgit v1.2.3