ivanov / vim-ipython

A two-way integration between Vim and IPython 0.11+
http://github.com/ivanov/vim-ipython
1.04k stars 163 forks source link

minor readme change: leader vs localleader #159

Closed stevefan closed 1 year ago

stevefan commented 6 years ago

The README says use the <leader> to help call the docstring or shell. It seems to mean <LocalLeader>.

From ipy.vim:

    map  <buffer> <silent> <LocalLeader>d <Plug>(IPython-OpenPyDoc)
    map  <buffer> <silent> <LocalLeader>s <Plug>(IPython-UpdateShell)
stevefan commented 1 year ago

stale