File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,10 @@ You can change these at the top of the ipy.vim::
124
124
monitor_subchannel = True # update vim-ipython 'shell' on every send?
125
125
run_flags= "-i" # flags to for IPython's run magic when using <F5>
126
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
+
127
131
---------------
128
132
Current issues:
129
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)
You can’t perform that action at this time.
0 commit comments