[vim] How to install vim in ubuntu 10.04 Posted by Computer Newbie on 下午3:41 in vim / No comments [vim] How to install vim in ubuntu 10.04 1. Download vim 7.4 from vim webpage 2. Install ncurses sudo apt-get install ncurses*3. ./configuratesudo make sudo make install Share This: Facebook Twitter Google+ Stumble Digg 以電子郵件傳送這篇文章BlogThis!分享至 X分享至 Facebook Related Posts:[cscope][vim] vim - Load cscope database 1. Please do reference 1 2. Put cscope_maps.vim under ~/.vim/bundle/multi-cscope-db/plugin 3. Go to the folder of code. Create cscope.out. Ref … Read More[VIM] NERDTree - The NERD tree : A tree explorer plugin for navigating the filesystem Under Vim Type :NERDTree Want quit Please type :q! Reference: Vim Essential Plugin: NERDTree… Read More[VIM] Syntastic : Automatic syntax checking vim ~/.vimrc or ~/.vim/vimrc # error symbol, enable highlight, warning_symbol " syntastic {{{ let g:syntastic_error_symbol='✗' let g:syntastic_wa… Read More[ctrlsf][vim] Search String by using ctrlsf 1. Install package “ack” sudo pacman -S ack Edit ~/.vimrc or ~/.vim/vimrc map :CtrlSF under vim :CtrlSF <search string which you want> … Read More[Ctags][VIM] How to use ctags to find the definition of the function 1. sudo apt-get install ctags apt-get install exuberant-ctags 2. Under the folder of project Type ctags -R 3. Define the shortcut key… Read More
0 意見:
張貼留言