Added alias function
This commit is contained in:
parent
7c08e11315
commit
b1c1ac3a3b
|
@ -30,9 +30,12 @@ vclass() {
|
|||
vide() {
|
||||
v $1 -c ":NERDTree"
|
||||
}
|
||||
v2() {
|
||||
vs() {
|
||||
v $1 -c ":vs $2"
|
||||
}
|
||||
sp() {
|
||||
v $1 -c ":sp $2"
|
||||
}
|
||||
vfind() {
|
||||
v `find . -name "$1"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue