Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

use bash path variable in vim

# To use your $HOME in vim you can use
let path=expand($HOME) . "/some/more/specific/folder/or/file"

# the . concatenates the two strings
 
PREVIOUS NEXT
Tagged: #bash #path #variable #vim
ADD COMMENT
Topic
Name
7+5 =