Skip to content

Commit

Permalink
Fix sparkup mappings
Browse files Browse the repository at this point in the history
- reclaims <ctrl-n> mapping back (now it's <c-ee>)
  • Loading branch information
gmarik committed Dec 18, 2012
1 parent 7b5e177 commit 112d00d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,8 @@ Bundle 'thinca/vim-quickrun.git'
Bundle 'gh:thinca/vim-poslist.git'
Bundle 'github:mattn/gist-vim.git'
Bundle 'rstacruz/sparkup.git', {'rtp': 'vim/'}
let g:sparkupExecuteMapping = '<c-e>'
let g:sparkupNextMapping = '<c-ee>'

filetype plugin indent on " Automatically detect file types.

Expand Down

0 comments on commit 112d00d

Please sign in to comment.