Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. " ipython-shell
  2. noremap ,ss :call StartPyShell()<CR>
  3. noremap ,sk :call StopPyShell()<CR>
  4.  
  5. " code execution
  6. nnoremap ,l :call PyShellSendLine()<CR>
  7. noremap <silent> <C-n> :call RunTmuxPythonCell(0)<CR>
  8. noremap <C-a> :call RunTmuxPythonAllCellsAbove()<CR>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement