X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/29b80033c249b03db4391eb284d543a0d68a8e5a..5ff4b1c1b790314cd654d32ca6d72368d1748283:/vimperator.inc.pl diff --git a/vimperator.inc.pl b/vimperator.inc.pl index 36cda28..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 @@ -106,9 +106,11 @@ g => { lead => ';', ';' => ["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'],