Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed8eaa commit eac94f6Copy full SHA for eac94f6
1 file changed
README.rst
@@ -124,6 +124,10 @@ You can change these at the top of the ipy.vim::
124
monitor_subchannel = True # update vim-ipython 'shell' on every send?
125
run_flags= "-i" # flags to for IPython's run magic when using <F5>
126
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
+
131
---------------
132
Current issues:
133
@@ -177,3 +181,4 @@ Thanks
177
181
* @unpingco for reporting Windows bugs (#3,#4)
178
182
* @simon-b for terminal vim arrow key issue (#5)
179
183
* @jorgesca and @kwgoodman for shell (#6)
184
+* @zeekay for easily allowing custom mappings (#9)
0 commit comments