[Vim] How to delete the line include specific string Posted by Keep Growing on 凌晨12:58 in vim / No comments :g/GOGO/d Reference: Delete Lines Beginning With A Character In Vim Share This: Facebook Twitter Google+ Stumble Digg 以電子郵件傳送這篇文章BlogThis!分享至 X分享至 Facebook Related Posts:[VIM] Display BIG5 into vim editor vim ~/.vimrc set fileencodings=utf8,big5,gbk,latin1 set fileencoding=big5 set <C-u>=^U set <C-b>=^B map <C-u> :set fileencoding=ut… Read More[VIM] Substitute a debug message with random number :%! perl -pne '$random=int(rand 10000000000); s/XYZ123/$random/' Reference: Vim substitute a Regex with randomly generated numbers … Read More[cscope][vim] How to install cscope into vim 1. First Download the code, and write into .vimrc.2. Reference [VIM] How to install vundle by script3. Reference 「CSCOPE」 The script of cscope to cre… Read More[Vim + Ctags +Cscope] Edit Source code toolCtag : [ctags] search all tags from top directory to end Graphical vi-vim Cheat Sheet and Tutorial cscope linux -- use vim to replace source insight… 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 意見:
張貼留言