Simple image host.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021
  1. set tabstop=4
  2. set shiftwidth=4
  3. set smarttab
  4. set showcmd
  5. set ruler
  6. set autoindent
  7. imap <M-Space> <Esc>
  8. " Default mapping
  9. let g:multi_cursor_use_default_mapping=0
  10. let g:multi_cursor_start_key='<C-l>'
  11. let g:multi_cursor_next_key='<C-l>'
  12. let g:multi_cursor_prev_key='<C-p>'
  13. let g:multi_cursor_skip_key='<C-x>'
  14. let g:multi_cursor_quit_key='<Esc>'