Skip to content

Commit

Permalink
add vim fugitive and useful ctrl-c remap during insert mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Dziedzic committed Apr 28, 2012
1 parent 63e4baa commit df3f6ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vimrc
Expand Up @@ -29,6 +29,7 @@ Bundle 'ujihisa/neco-ghc'
"Bundle 'lukerandall/haskellmode-vim'
Bundle 'jelera/vim-gummybears-colorscheme'
Bundle 'Lokaltog/vim-powerline'
Bundle 'tpope/vim-fugitive'

" vim-scripts repos

Expand Down Expand Up @@ -103,3 +104,6 @@ set encoding=utf-8 " Necessary to show unicode glyphs

" Explicitly tell vim that the terminal supports 256 colors
set t_Co=256

" trigger autoleave insert commands, normally ctrl+c doesn't do this
imap <c-c> <Esc>

0 comments on commit df3f6ed

Please sign in to comment.