Wikia

Vim Tips Wiki

Watchlist Recent changes

Environment variables

Tip 1589 Printable Monobook Previous Next

created February 16, 2008 · complexity basic · author Metacosm · version 7.0


Vim can read and write environment variables within your current shell session. Use a $ prefix to identify an environment variable, as in the following examples.

Display the contents of the PATH environment variable:

:echo $PATH

Assign the PATH environment variable to a Vim variable:

:let myvar = $PATH

Change the PATH environment variable for the current session:

:let $PATH = '/foo:/bar'

Insert the contents of the PATH environment variable into the buffer:
Press i to enter insert mode, press Ctrl-r then =$PATH and press Enter.

ReferencesEdit

CommentsEdit

Pages on Vim Tips Wiki

Add a Page
1,601pages on
this wiki

Latest Photos

Add a Photo
67photos on this wiki
See more >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki