File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -572,11 +572,11 @@ noremap <Plug>(IPython-RunLines) :python run_these_lines()<CR>
572572noremap <Plug> (IPython-OpenPyDoc) :python get_doc_buffer()<CR>
573573noremap <Plug> (IPython-UpdateShell) :python if update_subchannel_msgs(force=True): echo("vim-ipython shell updated",'Operator')<CR>
574574noremap <Plug> (IPython-ToggleReselect) :python toggle_reselect()<CR>
575- noremap <Plug> (IPython-StartDebugging) :python send('%pdb')<CR>
576- noremap <Plug> (IPython-BreakpointSet) :python set_breakpoint()<CR>
577- noremap <Plug> (IPython-BreakpointClear) :python clear_breakpoint()<CR>
578- noremap <Plug> (IPython-DebugThisFile) :python run_this_file_pdb()<CR>
579- noremap <Plug> (IPython-BreakpointClearAll) :python clear_all_breaks()<CR>
575+ " noremap <Plug>(IPython-StartDebugging) :python send('%pdb')<CR>
576+ " noremap <Plug>(IPython-BreakpointSet) :python set_breakpoint()<CR>
577+ " noremap <Plug>(IPython-BreakpointClear) :python clear_breakpoint()<CR>
578+ " noremap <Plug>(IPython-DebugThisFile) :python run_this_file_pdb()<CR>
579+ " noremap <Plug>(IPython-BreakpointClearAll) :python clear_all_breaks()<CR>
580580noremap <Plug> (IPython-ToggleSendOnSave) :call <SID> toggle_send_on_save()<CR>
581581noremap <Plug> (IPython-PlotClearCurrent) :python run_command("plt.clf()")<CR>
582582noremap <Plug> (IPython-PlotCloseAll) :python run_command("plt.close('all')")<CR>
You can’t perform that action at this time.
0 commit comments