[VIM] vim 7.4 install
Download from vim webpage
wget ftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2
Enable cscope
./configure --enable-cscope
make
make install
Ty…Read More
[git] Jump to any commit
git reflog
35d1a85 HEAD@{0}: checkout: moving from ftpinterfacework_test to 35d1a852a69309a300dadcfbc0150053f2e0dc08 35d1a85 HEAD@{1}: reset: moving …Read More
[vim] How to remove and add submodule
# Download package from github
git clone git@github.com:happy/vimrc.git
cd vimrc
# Clean all file which under bundle/snipmate-snippets
git submo…Read More
0 意見:
張貼留言