Skip to content

Commit eac94f6

Browse files
committed
document new g:ipy_perform_mappings feature
1 parent 4ed8eaa commit eac94f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ You can change these at the top of the ipy.vim::
124124
monitor_subchannel = True # update vim-ipython 'shell' on every send?
125125
run_flags= "-i" # flags to for IPython's run magic when using <F5>
126126

127+
In your own ``.vimrc``, if you don't like the mappings provided by default,
128+
you can define a variable ``let g:ipy_perform_mappings=0`` which will prevent
129+
vim-ipython from defining any of the default mappings.
130+
127131
---------------
128132
Current issues:
129133
---------------
@@ -177,3 +181,4 @@ Thanks
177181
* @unpingco for reporting Windows bugs (#3,#4)
178182
* @simon-b for terminal vim arrow key issue (#5)
179183
* @jorgesca and @kwgoodman for shell (#6)
184+
* @zeekay for easily allowing custom mappings (#9)

0 commit comments

Comments
 (0)