Skip to content

Instantly share code, notes, and snippets.

@marcmo
Last active December 11, 2015 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcmo/4563773 to your computer and use it in GitHub Desktop.
Save marcmo/4563773 to your computer and use it in GitHub Desktop.
syntax on
set gfn=Monospace\ 11
set guioptions-=T "remove toolbar
set lines=100
set columns=200
vmap <C-C> "+y
map <A-Left> :tabprevious<CR>
map <A-Right> :tabnext<CR>
" map <C-T> :tabnew<CR>
source ~/.vim/_vimrc_universal
set nocompatible " make Vim behave in a more useful way, less vi compatible
{
{
if (a)
{
b;
}
else
{
c;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment