Hello,
What are the possible operations (with keyboard shortcuts) that you could execute on a visually selected text? For the simplicity consider this simple piece:
a b cd 1 p
a b cd 2 y
a b cd 3 t
a b cd 4 h
a b cd 5 o
a b cd 6 n
One specific question: is it possible to execute Python/shell commands/scripts on selections?
A couple more specific questions:
1-) How to in-place sort the python column?
2-) How to switch place of columns?
3-) How to increment values? (say. only the numbers greater than 3 in selection)
Thanks.