Skip to content

Commit

Permalink
sparkup mappings
Browse files Browse the repository at this point in the history
- ctrl-n is used for next
  • Loading branch information
gmarik committed Mar 6, 2013
1 parent cb11ed3 commit eecbe19
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 @@ -396,6 +396,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 eecbe19

Please sign in to comment.