30
loading...
This website collects cookies to deliver better user experience
:!
before the command, :
means you have to be in command mode. Just after being in command mode, the ! or bang operator will execute the command typed after it from the terminal(Linux/ macOS) or your default shell(Windows -> CMD/Powershell).:!pwd
:term
from Vim. %
symbol will parse the file name along with the extension in the terminal. Also %:r
will parse filename without the extensions(.txt/.py/etc) to the terminal.