Command Mode
Dot Bang
- You can pipe output of externals commands in current buffer by using
:.!
:.!pwd
will print the current working directory on the buffer which you have opened, replaces the current line:.!date
will replace the current line withMon Apr 14 08:30:15 PM IST 2025