xolox / vim-notes

Easy note taking in Vim
http://peterodding.com/code/vim/notes/
1.6k stars 110 forks source link

Is it possible to run python sneppit by selecting it? #163

Open eduOS opened 6 years ago

eduOS commented 6 years ago

Every now and then I write some segments of code in the note, then I want to know if it is possible to implement that function?

For instance:

 print("hi", end="\n\n")

I just select the three lines and press the short cut ctrl-r then I see the result in a temporary window bellow.