1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-05-01 04:24:06 +02:00

move macro related commands and mappings to repeat.txt

This commit is contained in:
Doug Kearns
2008-05-29 20:34:21 +00:00
parent c18b594d6e
commit 4d3519c0a5
7 changed files with 62 additions and 83 deletions
+3 -3
View File
@@ -107,7 +107,7 @@ ________________________________________________________________________________
|:set-!|
||:se[t]! {preference}={value}|| +
________________________________________________________________________________
Change any Firefox {preference} (those in the about:config window). You can also
Change any Firefox {preference} (those in the about:config window). You can also
reset/delete those preferences with [c]:set! {preference}&[c].
________________________________________________________________________________
@@ -435,7 +435,7 @@ ____
// 'pvh'
// Default height for preview window
// number (default: 10)
//
//
// Value must be between 1 and 50. If the value is too high, completions may cover the command-line. Close the preview window with :pclose.
// NOTE: Option currently disabled
// 'previewheight'
@@ -452,7 +452,7 @@ ____
|\'scr'| |\'scroll'|
||'scroll' 'scr'|| number (default 0)
____
Number of lines to scroll with C-u and C-d commands.
Number of lines to scroll with C-u and C-d commands.
The number of lines scrolled defaults to half the window size.
When a {count} is specified to the <C-u> or <C-d> commands this is used to set the value of 'scroll' and also used for the current command. The value can be reset to half the window height with :set scroll=0.
____