Skip to content

Instantly share code, notes, and snippets.

@khajavi
Last active December 15, 2015 13:49
Show Gist options
  • Save khajavi/5270221 to your computer and use it in GitHub Desktop.
Save khajavi/5270221 to your computer and use it in GitHub Desktop.
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