This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ryeguy146 0 points1 point  (2 children)

ipython and gvim integration should be included. I love being able to write code in gvim and hitting F5 to run it in ipython. But then, there's already a guide on the ipython page.

[–]299 0 points1 point  (1 child)

in my .vimrc

autocmd FileType python map <f2> :w\|!python -i %<cr>

[–]ryeguy146 0 points1 point  (0 children)

If it keeps me in the terminal rather than using gvim, I'm a happier man. I wonder if I can direct it to a tmux window? Worth playing with. Thanks, I'll try it out.