mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-10 13:25:25 +03:00
Merge remote-tracking branch 'Phlogistique/doc-doc'
This commit is contained in:
commit
53267a926b
@ -624,6 +624,8 @@ the execution of the command (i.e. to quit a modified buffer, the
|
||||
command `q!` has to be used).
|
||||
|
||||
* `cd [<directory>]`: change the current directory to `<directory>`, or the home directory is unspecified
|
||||
* `doc <topic>`: display documentation about a topic. The completion list
|
||||
displays the available topics.
|
||||
* `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.
|
||||
use edit! to force reloading.
|
||||
|
@ -16,6 +16,10 @@ command *q!* has to be used).
|
||||
change the current directory to *directory*, or the home directory if
|
||||
unspecified
|
||||
|
||||
*doc* <topic>::
|
||||
display documentation about a topic. The completion list displays the
|
||||
available topics
|
||||
|
||||
*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. Use edit! to force reloading
|
||||
|
Loading…
Reference in New Issue
Block a user