Skip to content

Files

Latest commit

 

History

History
32 lines (18 loc) · 1.24 KB

Lesson1.md

File metadata and controls

32 lines (18 loc) · 1.24 KB

:put=getcwd() pwd

d | delete Search result

:edit | open a file Search result


ls -> dir

If you're on Windows, you simply don't have those common Linux commands like ls and pwd.

(The equivalents would be dir and echo %CD%, resp.)

ls quivalent in Vim on Windows

Note: stopped working

so scroll down to:

:! in vim runs the given command through the 'shell'.

:!dir


customise vim