Commit Diff
--- index.md +++ index.md @@ -21,6 +21,14 @@ Tutorials:<br /> 2) mark the last line: ml :'k,'ls/regex/power/g +#### Add # to block of text + + :'k,'ls/.*/#&/ + +#### Remove trailing whitespace of block of text + + :'k,'ls/\ *$// + #### Write file as root :w !doas tee %