mirror of
https://github.com/amix/vimrc
synced 2025-06-16 09:35:01 +08:00
Updated plugins
This commit is contained in:
@ -1107,13 +1107,13 @@ c) End the string with a colon ':' followed by a Vim command to execute that
|
||||
|
||||
See also: Vim's |++opt| and |+cmd|.
|
||||
|
||||
d) Submit two dots '..' to go upward the directory tree by 1 level. To go up
|
||||
d) Input two dots '..' and then hit the <Enter> key to go upward the directory tree by 1 level. To go up
|
||||
multiple levels, use one extra dot for each extra level:
|
||||
>
|
||||
Raw input Interpreted as
|
||||
.. ../
|
||||
... ../../
|
||||
.... ../../../
|
||||
..<Cr> ../
|
||||
...<Cr> ../../
|
||||
....<Cr> ../../../
|
||||
<
|
||||
Note: if the parent directories are large and uncached, this can be slow.
|
||||
|
||||
|
Reference in New Issue
Block a user