Lines Matching +full:count +full:- +full:up

1 /*-
28 /* 000 NUL -- The code in vi.c expects key 0 to be undefined. */
32 "[count]^A",
36 "[count]^B",
37 "^B scroll up by screens"},
44 "[count]^D",
45 "^D scroll down by half screens (setting count)"},
48 "[count]^E",
52 "[count]^F",
60 "[count]^H",
66 "[count]^J",
76 "[count]^M",
77 "^M move down by lines (to first non-blank)"},
80 "[count]^N",
86 "[count]^P",
87 "^P move up by lines"},
88 /* 021 ^Q -- same as ^V if not used for hardware flow control. */
94 /* 023 ^S -- not available, used for hardware flow control. */
102 "[count]^U",
103 "^U half page up (set count)"},
116 "[count]^Y",
117 "^Y page up by lines"},
142 "[count]' '",
146 "[count]![count]motion command(s)",
152 "[count]# +|-|#",
156 " [count]$",
168 "'['a-z]",
169 " ' move to mark (to first non-blank)"},
172 "[count](",
176 "[count])",
182 "[count]+",
183 " + move down by lines (to first non-blank)"},
186 "[count],",
188 /* 055 - */
190 "[count]-",
191 " - move up by lines (to first non-blank)"},
228 "[count];",
232 "[count]<[count]motion",
238 "[count]>[count]motion",
250 "[count]A",
254 "[count]B",
258 "[buffer][count]C",
259 " C change to end-of-line"},
263 " D delete to end-of-line"},
266 "[count]E",
270 "[count]F character",
274 "[count]G",
278 "[count]H",
279 " H move to count lines from screen top"},
282 "[count]I",
286 "[count]J",
292 "[count]L",
304 "[count]O",
316 "[count]R",
320 "[buffer][count]S",
324 "[count]T character",
334 "[count]W",
338 "[buffer][count]X",
342 "[buffer][count]Y",
366 " ^ move to first non-blank"},
374 " _ move to first non-blank"},
377 "`[`a-z]",
381 "[count]a",
385 "[count]b",
389 "[buffer][count]c[count]motion",
393 "[buffer][count]d[count]motion",
397 "[count]e",
401 "[count]f character",
407 "[count]h",
411 "[count]i",
415 "[count]j",
419 "[count]k",
420 " k move up by lines"},
423 "[count]l",
427 "m[a-z]",
435 "[count]o",
445 "[count]r character",
449 "[buffer][count]s",
453 "[count]t character",
467 "[count]w",
471 "[buffer][count]x",
475 "[buffer][count]y[count]motion",
483 "[line]z[window_size][-|.|+|^|<CR>]",
487 "[count]{",
491 "[count]|",
495 "[count]}",
499 "[count]~",