From: Mischa POSLAWSKY Date: Fri, 6 Mar 2009 10:38:58 +0000 (+0000) Subject: vimperator: distinct commands in version 2.0beta2 X-Git-Tag: v1.3~189 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/44b175f100cbef330fa813dc0127b29a2bb1b581 vimperator: distinct commands in version 2.0beta2 Some updates from v1.2, mostly in extended hints, and mostly only affecting (former) aliases. While unchanged, reword gt/gT descriptions to differentiate from new ^n behaviour. --- diff --git a/vimperator.inc.pl b/vimperator.inc.pl index 73a0b03..de7d4a9 100644 --- a/vimperator.inc.pl +++ b/vimperator.inc.pl @@ -51,7 +51,7 @@ use utf8; 'm' => ["mark line", 'mo arg'], 'n' => ["find next", 'pm'], 'N' => ["find prev$sign{_}ious", 'pm'], - '^n'=> 'gt', + '^n'=> ["next tab", 'po'], 'o' => ["open", 'cp'], 'O' => ["alter url", 'cp'], '^o'=> 'H', @@ -95,8 +95,8 @@ g => { 'n' => ["tabopen url mark", 'mi arg', 'Go in New tab'], 'o' => ["open url mark", 'cp arg'], 'P' => ["$sign{alias}P inactive", 'mi'], - 't' => ["next tab", 'po'], - 'T' => ["prev$sign{_}ious tab", 'po'], + 't' => ["switch tab", 'po'], + 'T' => ["tab back", 'po'], 'u' => ["parent dir$sign{_}ectory", 'cp'], 'U' => ["site root", 'cp'], }, # mode g @@ -108,8 +108,9 @@ g => { ';' => ["focus", 'pm'], '?' => ["element details", 'ci'], 'a' => ["save prompt", 'mo args'], - 'f' => ';o', - 'F' => ';t', + 'b' => ["open bg tab", 'mi v2'], + 'f' => ["frame focus", 'pm v2'], # previously ';o' + 'F' => ["multiple bg tabs", 'mi v2'], # previously ';t' 'o' => ["open", 'cp'], 'O' => ["open prompt", 'cp args'], 's' => ["save", 'mo'],