1. 適合程式設計師編寫程式的免費等寬字型
[Resource] Free font on line
Related Posts:
[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
[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
[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
[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
0 意見:
張貼留言