mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-12 03:05:46 +01:00
move help for :cd and :pwd to browsing.txt
This commit is contained in:
@@ -151,4 +151,19 @@ _http://www.example.com/_.
|
|||||||
When browsing a local directory, it goes to the root directory.
|
When browsing a local directory, it goes to the root directory.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
section:The{nbsp}current{nbsp}directory[current-directory]
|
||||||
|
|
||||||
|
|:chd| |:chdir| |:cd|
|
||||||
|
||:cd [-|path]||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Change the current directory. [c]:cd -[c] changes to the last directory.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|:pw| |:pwd|
|
||||||
|
||:pw[d]||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Print the current directory name.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
// vim: set syntax=asciidoc:
|
// vim: set syntax=asciidoc:
|
||||||
|
|||||||
@@ -313,20 +313,6 @@ Open a firefox-dialog. Available dialogs: use completion on [c]:dialog[c] <tab>
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:chd| |:chdir| |:cd|
|
|
||||||
||:cd [-|path]||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Change the current directory. [c]:cd -[c] changes to the last directory.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|:pw| |:pwd|
|
|
||||||
||:pw[d]||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Print the current directory name.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|:dl| |:downl| |:downloads| +
|
|:dl| |:downl| |:downloads| +
|
||||||
||:downl[oads]||
|
||:downl[oads]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -343,36 +329,6 @@ number of copies, orientation, etc.
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:h| |:help|
|
|
||||||
||:h[elp] {subject}|| +
|
|
||||||
________________________________________________________________________________
|
|
||||||
Open the help window. You can jump to the specified {subject} with [c]:help
|
|
||||||
{subject}[c]. You can use the full Vim notation when jumping to {subject}. This means:
|
|
||||||
|
|
||||||
* [c]:help :help[c] for commands (: prefix)
|
|
||||||
* [c]:help 'complete'[c] for options (surrounded by \' and \')
|
|
||||||
* [c]:help o[c] for mappings (no pre- or postfix)
|
|
||||||
|
|
||||||
You can also use partial strings in the tab completion, so [c]:help he<Tab>[c]
|
|
||||||
completes [c]:help :help[c].
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|:au| |:autocmd| +
|
|
||||||
||:au[tocmd]||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Execute commands automatically on events. [c]:au[tocmd][c] {event} {pat}
|
|
||||||
{cmd}.
|
|
||||||
Add {cmd} to the list of commands Vimperator will execute on {event}:
|
|
||||||
|
|
||||||
* [c]:autocmd[!][c] {events} {pat}: list/remove autocommands filtered be {events} and {pat}
|
|
||||||
* [c]:autocmd[!][c] {events}: list/remove autocommands matching {events}
|
|
||||||
* [c]:autocmd[!][c] * {pat}: list/remove autocommands matching {pat}
|
|
||||||
* [c]:autocmd[!][c]: list/remove all autocommands
|
|
||||||
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|:noh| |:nohlsearch| +
|
|:noh| |:nohlsearch| +
|
||||||
||:noh[lsearch]||
|
||:noh[lsearch]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|||||||
Reference in New Issue
Block a user