Back to contents

Ordinary commands

Y

Yank rest of line (copy to clipboard)

Default keystroke(s): Y

ZZ

Save buf and close view

Default keystroke(s): ZZ

bol

Move to first column on current line

Default keystroke(s): 0 or <k0>

excmd

Open mini-buf to enter an ex command

Default keystroke(s): :

m

Set mark in named register

Default keystroke(s): m

playback

Playback a sequence of keystrokes recorded with the q command

Default keystroke(s): @

q

Start recording keystrokes for playback with the @ command. Press q again when not in insert mode to end recording

Default keystroke(s): q

redo

Redo (reverse undo)

Default keystroke(s): <C-R>

redraw

Redraw window

Default keystroke(s): <C-L>

repeat

Repeat last change at current position

Default keystroke(s): . or <kPoint>

reposn_bottom

Scroll view so cursor is at bottom of window

Default keystroke(s): z.

reposn_middle

Scroll view so cursor line is at middle of window

Default keystroke(s): z-

reposn_top

Scroll view so cursor is at top of window

Default keystroke(s): z<Return> or z<kEnter>

scroll_down_half

Scroll view down by half height of window

Default keystroke(s): <C-D>

scroll_down_line

Scroll view down by one line

Default keystroke(s): <C-E>

scroll_up_half

Scroll view up by half height of window

Default keystroke(s): <C-U>

scroll_up_line

Scroll view up by one line

Default keystroke(s): <C-Y>

search_backward

Open mini-buf to enter term to search backwards

Default keystroke(s): ?

search_forward

Open mini-buf to enter term to search forwards

Default keystroke(s): /

search_throwback

Open mini-buf to enter term to search with results to throwback

Default keystroke(s): \

setreg

Next clipboard operation applies to given register

Default keystroke(s): "

show_line_number

Show line number

Default keystroke(s): <C-G>

y

Yank range of characters (copy to clipboard)

Default keystroke(s): y

zoom100

Use default text size

Default keystroke(s): <C-0> or <C-k0>

zoom_in

Enlarge text

Default keystroke(s): <C-+> or <C-kPlus>

zoom_out

Reduce text size

Default keystroke(s): <C--> or <C-kMinus>