Other help

Various commands

:beep :beep

Play a system beep.

CTRL-L :redr :redraw]]> :redraw

Redraws the screen. Useful to update the screen halfway executing a script or function.

:norm :normal :normal! commands

Execute Normal mode commands commands. This makes it possible to execute Normal mode commands typed on the command line. commands is executed like it is typed. If the ! is given, mappings will not be used. commands should be a complete command. commands cannot start with a space. Put 1 space before it, 1 space is one space.

:run :! :!cmd :!cmd

Run a command. Runs cmd through system() and displays its output. Any '!' in cmd is replaced with the previous external command, but not when there is a backslash before the '!', then the backslash is removed.

Warning: Input redirection (< foo) not done, also do not run commands which require stdin or it will hang &liberator.host;! It is possible to launch background processes, though (e.g. :! xterm &).

:!! :!!

Repeat last :!cmd.

:sa :sanitize :sanitize [-timespan=timespan] item :sanitize! [-timespan=timespan]

Clear private data items. Where item … is a list of private items to delete. These may be any of the items valid for sanitizeitems.

If ! is specified then sanitizeitems is used for the list of items to delete.

If timespan is specified then only items within that timespan are deleted, otherwise the value of sanitizetimespan is used.

:sil :silent :silent command

Execute a command silently. Normal messages and error messages generated by the command invocation will not be given and will not be added to the message history.

:verb :verbose :countverbose command

Execute a command with verbose set to count. If count is not specified then 1 is used as the value.

:ve :version :version!

Show version information. You can show the &liberator.host; version page with :version!.

Online help

:help :h help]]> :help subject <F1>

Open the help page. The default page, as specified by helpfile is shown unless subject is specified. If you need help for a specific topic, try :help overview.

:helpall :helpa help-all :helpall subject

Open the single unchunked help page.

See :help.

:exu :exusage :exusage!

Show help on Ex commands. If ! is given then the help is listed in the command output window.

:optionu :optionusage :optionusage!

Show help on options. If ! is given then the help is listed in the command output window.

:viu :viusage :viusage!

Show help on Normal mode commands. If ! is given then the help is listed in the command output window.

42 What is the meaning of life, the universe and everything? Douglas Adams, the only person who knew what this question really was about is now dead, unfortunately. So now you might wonder what the meaning of death is…

Uncategorized help

]]> <Esc>

Focus content. Exits Command-line or Hints mode and returns to Normal mode. Also focuses the web page in case a form field has focus and eats our key presses.

i]]> i

Start caret mode. This mode resembles the Vim's Normal mode where you see a text cursor and can move around. If you want to select text in this mode, press v to start its Visual mode.