README, doc: mention :doc

This commit is contained in:
Noé Rubinstein 2016-12-13 19:11:45 +01:00
parent f81b8c137b
commit be917f7b32
2 changed files with 6 additions and 0 deletions

View File

@ -620,6 +620,8 @@ Some commands take an exclamation mark (`!`), which can be used to force
the execution of the command (i.e. to quit a modified buffer, the the execution of the command (i.e. to quit a modified buffer, the
command `q!` has to be used). command `q!` has to be used).
* `doc <topic>`: display documentation about a topic. The completion list
displays the available topics.
* `cd <directory>`: change the current directory to the one passed * `cd <directory>`: change the current directory to the one passed
* `e[dit][!] <filename> [<line> [<column>]]`: open buffer on file, go to given * `e[dit][!] <filename> [<line> [<column>]]`: open buffer on file, go to given
line and column. If file is already opened, just switch to this file. line and column. If file is already opened, just switch to this file.

View File

@ -12,6 +12,10 @@ Some commands take an exclamation mark (*!*), which can be used to force
the execution of the command (i.e. to quit a modified buffer, the the execution of the command (i.e. to quit a modified buffer, the
command *q!* has to be used). command *q!* has to be used).
*doc* <topic>::
display documentation about a topic. The completion list displays the
available topics
*cd* <directory>:: *cd* <directory>::
change the current directory to the one passed change the current directory to the one passed