Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-33) was last changed on 21-Jan-2018 01:53 by BlakeMcBride

This page was created on 18-Sep-2012 15:31 by BlakeMcBride

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 28 changed one line
Command are case sensitive so thet j and J are different commands.
Command are case sensitive so that j and J are different commands.
At line 36 changed one line
|:q!|quit without saving (even if file had ben changed - lose changes)
|:q!|quit without saving (even if file had been changed - lose changes)
At line 56 changed one line
|15G| goto line 15 (basically you can preceed G with any line number)
|15G| goto line 15 (basically you can preced G with any line number)
At line 64 changed one line
|R| replace or overtype (doesn't require Esc key to end)
|R| replace or over-type (doesn't require Esc key to end)
At line 69 changed one line
|S| replace the cuuent line with entered text
|S| replace the current line with entered text
At line 80 changed one line
(Remeber that any command can be preceeded by a number so things line
(Remember that any command can be preceded by a number so things line
At line 153 changed 2 lines
# Use any of the delete or copy (yank) commands with or wothout
named variables.
# Use any of the delete or copy (yank) commands with or without named variables.
At line 160 changed one line
!!Search and Replace
!!Search and Replace (Substitute)
At line 170 changed 5 lines
|:s/OLD/NEW/| replace the first occurance of OLD with NEW on current line
|:s/OLD/NEW/g| replace all occurances of OLD with NEW on current line
|:%s/OLD/NEW/g| replace all occurances of OLD with NEW on all lines
|:50,100s/OLD/NEW/g| replace all occurances of OLD with NEW on lines 50-100
|:%s/OLD/NEW/gc| replace all occurances of OLD with NEW on all lines with confirmations
|:s/OLD/NEW/| substitute the first occurrence of OLD with NEW on current line
|:s/OLD/NEW/g| substitute all occurrences of OLD with NEW on current line
|:%s/OLD/NEW/g| substitute all occurrences of OLD with NEW on all lines
|:50,100s/OLD/NEW/g| substitute all occurrences of OLD with NEW on lines 50-100
|:%s/OLD/NEW/gc| substitute all occurrences of OLD with NEW on all lines with confirmations
Version Date Modified Size Author Changes ... Change note
33 21-Jan-2018 01:53 8.378 kB BlakeMcBride to previous
32 18-Jan-2018 21:25 8.34 kB BlakeMcBride to previous | to last
31 25-Dec-2017 21:00 8.299 kB BlakeMcBride to previous | to last
30 17-May-2017 12:23 8.297 kB BlakeMcBride to previous | to last
29 17-May-2017 12:22 8.296 kB BlakeMcBride to previous | to last
28 17-May-2017 12:21 8.295 kB BlakeMcBride to previous | to last
27 05-Apr-2017 15:02 8.26 kB BlakeMcBride to previous | to last
26 20-Apr-2016 10:22 8.246 kB BlakeMcBride to previous | to last
25 06-Oct-2014 18:15 8.246 kB BlakeMcBride to previous | to last
24 26-Jan-2014 21:32 8.049 kB BlakeMcBride to previous | to last
23 28-Nov-2013 12:59 8.039 kB BlakeMcBride to previous | to last
22 28-Nov-2013 12:50 8.014 kB BlakeMcBride to previous | to last
21 28-Nov-2013 12:46 7.902 kB BlakeMcBride to previous | to last
« This page (revision-33) was last changed on 21-Jan-2018 01:53 by BlakeMcBride