We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ee9ee commit 6fd6f5eCopy full SHA for 6fd6f5e
ftplugin/python/ipy.vim
@@ -351,7 +351,7 @@ map <silent> <F5> :python run_this_file()<CR>
351
map <silent> <S-F5> :python run_this_line()<CR>
352
map <silent> <F9> :python run_these_lines()<CR>
353
map <silent> <leader>d :py get_doc_buffer()<CR>
354
-map <silent> <leader>s :py update_subchannel_msgs()<CR>
+map <silent> <leader>s :py update_subchannel_msgs(); echo("vim-ipython shell updated",'Operator')<CR>
355
map <silent> <S-F9> :python toggle_reselect()<CR>
356
"map <silent> <C-F6> :python send('%pdb')<CR>
357
"map <silent> <F6> :python set_breakpoint()<CR>
0 commit comments