Last active
December 15, 2015 13:49
-
-
Save khajavi/5270221 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set t_Co=256 | |
colo moria | |
set tabstop=2 | |
set shiftwidth=2 | |
set completeopt=menu | |
filetype plugin on | |
syntax on | |
set number | |
nnoremap <F2> :set nonumber!<CR>:set foldcolumn=0<CR> | |
filetype plugin indent on | |
map <F4> :TlistToggle<cr> | |
map <F8> :!/usr/bin/ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .<CR> | |
map <C-F6> :ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .<CR> | |
set tabstop=2 | |
set shiftwidth=2 | |
set guifont=inconsolata\ 11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment