User Tools

Site Tools


software:vimrc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
software:vimrc [2022/03/28 07:38]
solar
software:vimrc [2022/03/28 07:59] (current)
solar
Line 9: Line 9:
 autocmd FileType make set noexpandtab         " ...except in Makefiles autocmd FileType make set noexpandtab         " ...except in Makefiles
 autocmd FileType cpp set keywordprg=cppman    " Using cppman for 'K' keyword help in C++ files autocmd FileType cpp set keywordprg=cppman    " Using cppman for 'K' keyword help in C++ files
-autocmd BufWritePost *.c,*.h,*.cs silent! !ctags . &+autocmd BufWritePost *.c,*.h,*.cs silent! !ctags . & " Ctrl-], Ctrl-t
  
 " If some system gives you problems with encodings and you suspect a " If some system gives you problems with encodings and you suspect a
software/vimrc.txt ยท Last modified: 2022/03/28 07:59 by solar