Skip to content

Instantly share code, notes, and snippets.

@greghor
Last active October 7, 2019 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greghor/ceeca7bb109afef1930bd993042dc968 to your computer and use it in GitHub Desktop.
Save greghor/ceeca7bb109afef1930bd993042dc968 to your computer and use it in GitHub Desktop.
" ipython-shell
noremap ,ss :call StartPyShell()<CR>
noremap ,sk :call StopPyShell()<CR>
" code execution
nnoremap ,l :call PyShellSendLine()<CR>
noremap <silent> <C-n> :call RunTmuxPythonCell(0)<CR>
noremap <C-a> :call RunTmuxPythonAllCellsAbove()<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment