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.

9 lines
303B

  1. if !empty(maparg('\rl', 'n'))|
  2. \ unmap <buffer> \rl|
  3. \ endif
  4. nmap <buffer> <silent> <leader>rd :call RAction(".View")<CR>
  5. nmap <buffer> <silent> <leader>rl :call RAction("rm")<CR>
  6. nmap <buffer> <silent> <leader>rg :call RAction("qplot")<CR>
  7. nmap <buffer> <silent> <leader>rv :call RAction("table")<CR>