set nocompatible " be iMproved filetype off " required! " Pachogen call pathogen#infect() syntax enable filetype plugin indent on " Vundle start set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() " Plugins Plugin 'gmarik/Vundle.vim' Plugin 'kchmck/vim-coffee-script' " Vundle end call vundle#end() " required filetype plugin indent on " required " Bind keys map map map :NERDTreeToggle map :SaveSession map :OpenSession! " Configure syntax on filetype plugin indent on set tabstop=4 set shiftwidth=4 set rnu :let g:session_autosave = 'no' " Replace characters set list set listchars=tab:>. " Useful things nmap : nmap \p :set paste! nmap " Search options set incsearch set ignorecase set smartcase set hlsearch " Disable swp set noswapfile " Dvorak: Fix hjkl navigation noremap h h noremap t k noremap n j noremap s l " Dvorak: Fix control keys noremap a v noremap o y noremap e p " Make nxc look like C au BufNewFile,BufRead *.nxc set filetype=c set colorcolumn=80