Skip to content

Commit

Permalink
Control-tabs removed, smartindent replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeyers committed May 6, 2013
1 parent abef887 commit 4e969b8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .vimrc
Expand Up @@ -4,7 +4,8 @@ call pathogen#infect()

" Settings that I use every day.
behave xterm
set smartindent
" Automatically use indenting according to filetype
:filetype indent on
set backup
set backupdir=~/.vim-tmp,~/.tmp,~/tmp,/var/tmp,/tmp
set backspace=2
Expand All @@ -30,8 +31,10 @@ colorscheme solarized
"syntax on

" Next and previous buffers
map <C-S-Tab> :bp<C-M>
map <C-Tab> :bn<C-M>
" These are commented out, since I use Terminator, which maps these to
" next/previous windows in the terminal.
"map <C-S-Tab> :bp<C-M>
"map <C-Tab> :bn<C-M>

" This is commented out because it messes with snipMate tab completion. Still
" need to see if it works better this way.
Expand Down Expand Up @@ -87,7 +90,6 @@ au BufNewFile,BufRead *.zcml set filetype=xml.zcml
au FileType python set ft=python.django " For SnipMate
au FileType html set ft=htmldjango.html " For SnipMate


" Stuff for flex development
au BufNewFile,BufRead *.mxml set filetype=xml
au BufNewFile,BufRead *.as set filetype=actionscript
Expand Down

0 comments on commit 4e969b8

Please sign in to comment.