X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/fce84aa1e30c6b14da0126ba69e2d3aca3e5ef17..8b8c77dbf30f70a1e8ade679a62f08e130f959a2:/vimperator.inc.pl 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'],