vim-notes
vim-notes copied to clipboard
Is it possible to run python sneppit by selecting it?
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.