moar readme
This commit is contained in:
parent
7c39e9afd3
commit
60e04e42f4
@ -35,6 +35,10 @@ Launches a new instance of `it`.
|
|||||||
It should be noted that quitting a nested instance of `it` through the usual means (`exit`, `q`, or `Q`) will exit all nested instances of `it` as well.
|
It should be noted that quitting a nested instance of `it` through the usual means (`exit`, `q`, or `Q`) will exit all nested instances of `it` as well.
|
||||||
To return to a higher instance of `it`, send an EOF character via your terminal. In xterm this is CTRL+d.
|
To return to a higher instance of `it`, send an EOF character via your terminal. In xterm this is CTRL+d.
|
||||||
|
|
||||||
|
### load\_module
|
||||||
|
|
||||||
|
Manually loads a module, whether or not it was already loaded.
|
||||||
|
|
||||||
### parse\_command
|
### parse\_command
|
||||||
|
|
||||||
Used by `it`'s main Python module but calling this from within the editor will allow you to test the command argument splitting.
|
Used by `it`'s main Python module but calling this from within the editor will allow you to test the command argument splitting.
|
||||||
@ -52,6 +56,11 @@ Quits, unless your current buffer is unsaved.
|
|||||||
With no arguments given, flips the buffer's "saved" boolean attribute.
|
With no arguments given, flips the buffer's "saved" boolean attribute.
|
||||||
Otherwise, sets the buffer's "saved" attribute to the first argument or errors if multiple arguments given.
|
Otherwise, sets the buffer's "saved" attribute to the first argument or errors if multiple arguments given.
|
||||||
|
|
||||||
|
### version
|
||||||
|
|
||||||
|
Prints the versions of given modules.
|
||||||
|
If no modules are specified, prints the version of module "it".
|
||||||
|
|
||||||
## Making new commands
|
## Making new commands
|
||||||
|
|
||||||
Making new commands is very easy.
|
Making new commands is very easy.
|
||||||
|
Loading…
Reference in New Issue
Block a user