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.

15 lines
269B

  1. inoremap <buffer> » %>%
  2. tnoremap » %>%
  3. let b:surround_99 = "```{r \1name\1}\n\r\n```"
  4. " execute "normal \<Plug>RStart"
  5. " func! litprog#paintChunks()
  6. " endfunc
  7. " augroup paintChunksCmd
  8. " autocmd!
  9. " autocmd CursorHold * call litprog#paintChunks()
  10. " augroup END