mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 22:52:28 +01:00
This is all really inside out. It would be much better to store the help in a single file and use asciidoc/docbook's capabilities to split it if desired.
29 lines
1001 B
Plaintext
29 lines
1001 B
Plaintext
heading:Insert{nbsp}mode[Insert-mode,Insert,mode-insert]
|
|
|
|
Insert mode is used to enter text in text boxes and text areas. When
|
|
'insertmode' is set, focusing on a text area immediately switches to
|
|
Insert mode.
|
|
|
|
|i| +
|
|
||i||
|
|
________________________________________________________________________________
|
|
Starts Insert mode in text areas when 'insertmode' is not set.
|
|
________________________________________________________________________________
|
|
|
|
|
|
section:Insert-mode{nbsp}special{nbsp}keys[ins-special-keys]
|
|
|
|
|i_<C-i>| +
|
|
||<C-i>||
|
|
________________________________________________________________________________
|
|
Launch the external editor. See the 'editor' option.
|
|
________________________________________________________________________________
|
|
|
|
|i_<C-]>| +
|
|
||<C-]>||
|
|
________________________________________________________________________________
|
|
Expand an Insert-mode abbreviation.
|
|
________________________________________________________________________________
|
|
|
|
// vim: set filetype=asciidoc:
|