From 6d36c3f1f811eb99675f6fa77c436b95c5454b29 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 30 Dec 2008 01:26:48 +1100 Subject: [PATCH] Reword the [count] help for :back/forward and scrolling commands. --- vimperator/locale/en-US/buffer.txt | 23 +++++++++++++++-------- vimperator/locale/en-US/marks.txt | 14 +++++++------- vimperator/locale/en-US/tabs.txt | 9 ++++----- 3 files changed, 26 insertions(+), 20 deletions(-) diff --git a/vimperator/locale/en-US/buffer.txt b/vimperator/locale/en-US/buffer.txt index 407b4ce8..d85be6fe 100644 --- a/vimperator/locale/en-US/buffer.txt +++ b/vimperator/locale/en-US/buffer.txt @@ -97,24 +97,29 @@ ________________________________________________________________________________ || |h| + ||[count]h|| ________________________________________________________________________________ -Scroll document to the left. Count is supported: [m]10h[m] will move 10 times as much to the left. + -If the document cannot scroll more, a beep is emitted (unless 'visualbell' is set). +Scroll document to the left. If [count] is specified then move [count] times as +much to the left. + +If the document cannot scroll more, a beep is emitted (unless 'visualbell' is +set). ________________________________________________________________________________ || || |j| + ||[count]j|| ________________________________________________________________________________ -Scroll document down. Count is supported: [m]10j[m] will move 10 times as much down. + -If the document cannot scroll more, a beep is emitted (unless 'visualbell' is set). +Scroll document down. If [count] is specified then move [count] times as much +down. + +If the document cannot scroll more, a beep is emitted (unless 'visualbell' is +set). ________________________________________________________________________________ || || |k| + ||[count]k|| ________________________________________________________________________________ -Scroll document up. Count is supported: [m]10k[m] will move 10 times as much up. + -If the document cannot scroll more, a beep is emitted (unless 'visualbell' is set). +Scroll document up. If [count] is specified then move [count] times as much up. + +If the document cannot scroll more, a beep is emitted (unless 'visualbell' is +set). ________________________________________________________________________________ @@ -139,8 +144,10 @@ ________________________________________________________________________________ || |l| + ||[count]l|| ________________________________________________________________________________ -Scroll document to the right. Count is supported: [m]10l[m] will move 10 times as much to the right. + -If the document cannot scroll more, a beep is emitted (unless 'visualbell' is set). +Scroll document to the right. If [count] is specified then move [count] times +as much to the right. + +If the document cannot scroll more, a beep is emitted (unless 'visualbell' is +set). ________________________________________________________________________________ diff --git a/vimperator/locale/en-US/marks.txt b/vimperator/locale/en-US/marks.txt index 35d3a9de..f3386a34 100644 --- a/vimperator/locale/en-US/marks.txt +++ b/vimperator/locale/en-US/marks.txt @@ -95,22 +95,22 @@ ________________________________________________________________________________ || || |H| + ||[count]H|| ________________________________________________________________________________ -Go back in the browser history. Count is supported: [m]3H[m] goes back 3 steps. +Go back in the browser history. If [count] is specified go back [count] pages. ________________________________________________________________________________ || || |L| + ||[count]L|| ________________________________________________________________________________ -Go forward in the browser history. Count is supported: [m]3L[m] goes forward 3 steps. +Go forward in the browser history. If [count] is specified go forward [count] +pages. ________________________________________________________________________________ |:ba| |:back| ||:[count]ba[ck][!] [a][url][a]|| + ________________________________________________________________________________ -Go back in the browser history. Count is supported, [c]:3back[c] goes back 3 -pages in the browser history. + +Go back in the browser history. If [count] is specified go back [count] pages. + The special version [c]:back![c] goes to the beginning of the browser history. ________________________________________________________________________________ @@ -118,9 +118,9 @@ ________________________________________________________________________________ |:fw| |:fo| |:forward| ||:[count]fo[rward][!] [a][url][a]|| + ________________________________________________________________________________ -Go forward in the browser history. Count is supported, [c]:3forward[c] goes -forward 3 pages in the browser history. The special version [c]:forward![c] -goes to the end of the browser history. +Go forward in the browser history. If [count] is specified go forward [count] +pages. + +The special version [c]:forward![c] goes to the end of the browser history. ________________________________________________________________________________ diff --git a/vimperator/locale/en-US/tabs.txt b/vimperator/locale/en-US/tabs.txt index edb28b2e..f8686abb 100644 --- a/vimperator/locale/en-US/tabs.txt +++ b/vimperator/locale/en-US/tabs.txt @@ -63,7 +63,7 @@ ________________________________________________________________________________ ||[count]gt|| ________________________________________________________________________________ Go to the next tab. Cycles to the first tab, when the last is selected. + -Count is supported: [m]3gt[m] goes to the third tab. +If [count] is specified go to the [count]th tab. ________________________________________________________________________________ @@ -71,7 +71,7 @@ ________________________________________________________________________________ ||[count]gT|| ________________________________________________________________________________ Go {count} pages back. Wraps around from the first tab to the last tab. + -Count is supported: [m]3gT[m] goes three tabs back. +If [count] is specified go back [count] tabs. ________________________________________________________________________________ @@ -177,9 +177,8 @@ section:Closing{nbsp}tabs[closing-tabs] ||:[count]bd[elete][!] [a][arg][a]|| + ||[count]d|| ________________________________________________________________________________ -Delete current buffer (=tab). Count is supported, [c]:2bd[c] removes two tabs -and the one to the right is selected. Afterwards, the tab to the right of the -deleted one is selected. +Delete current buffer (=tab). If [count] is specified then [count] tabs are +removed. Afterwards, the tab to the right of the deleted tab(s) is selected. When used with [a][arg][a], remove all tabs which contain [a][arg][a] in the hostname. [!] forces this command to also search for [a][arg][a] in the full