j
k
j a
j l
This could be done using find/replace with a small regular expression:
2) Use the regular expression find pattern: ($.*)\n($.*)\n and replace pattern: $1\t$2\n
Back to the thread
Back to the list