This website requires JavaScript.
Explore
Help
Sign In
andre
/
vim
mirror of
https://github.com/akelge/vim
Watch
1
Star
0
Fork
You've already forked vim
0
Code
Issues
Releases
Wiki
Activity
5ac982467f
vim
/
zsh
/
zsh.d
/
zshfunctions
/
cdb
6 lines
57 B
Plaintext
Raw
Blame
History
if [ -d $1 ]; then
cd $1
else
cd `dirname $1`
fi
Reference in New Issue
View Git Blame
Copy Permalink