Skip to content

Commit

Permalink
Adding 'jj' binding to exit insert mode. Adding syntastic plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtchepak committed Aug 2, 2012
1 parent 666b14d commit 0ebc2ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -22,3 +22,6 @@
[submodule "bundle/vim-pandoc"]
path = bundle/vim-pandoc
url = http://github.com/vim-pandoc/vim-pandoc.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
1 change: 1 addition & 0 deletions bundle/syntastic
Submodule syntastic added at 025fa8
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -50,6 +50,9 @@ set wildmode=list:longest,full
set backspace=indent,eol,start
let mapleader = ","

"Use 'jj' to exit insert mode
inoremap jj <esc>
"Clear highlights on escape
nnoremap <esc> :noh<return><esc>
Expand Down

0 comments on commit 0ebc2ad

Please sign in to comment.