зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 13:16:07 +02:00
29 строки
478 B
Plaintext
29 строки
478 B
Plaintext
Find files:
|
|
|
|
:fin[d] find files in pa[th]
|
|
:pa[th] ...
|
|
|
|
|
|
:gr[ep][!] expr *.txt
|
|
Returns a list of files with rex-expr (findstr /n expr *.txt).
|
|
:cw
|
|
:copen
|
|
List all the files [Quickfix list]
|
|
^W^W
|
|
Switch between windows
|
|
|
|
|
|
Edit Files:
|
|
|
|
:e FILENAME
|
|
Edit(Open) a FILENAME
|
|
% - current filename
|
|
# - alternate filename (:e # is equivalent to C-^)
|
|
:e!
|
|
Re-Open a disc version of the current file
|
|
:e .
|
|
View a directory listing
|
|
<Enter>
|
|
To edit a file at the cursor.
|
|
|