   Some hints for using W
   ======================

Some explanations how to use Wedit with the default keybindings.

1  Marking
  There a two kinds of marks: line-marks and block-marks.
  1.1 To mark some lines:
	Begin a mark with [Alt-F1] and end or change the mark with [Alt-F2].
	The difference betwenn the two keys is that the first one does
	an implicit unmark.
  1.2 To mark a block:
	Begin the mark with [Alt-F3] and end or change the mark with [Alt-F4].
  1.3 To mark a word:
	Use [Alt-F10] to mark the current word or the word before the cursor.
	This is a block-mark.
  1.4 To unmark:
	Use [Alt-F9] to clear a mark. this fives no error if there is no mark.
  1.5 To copy a mark:
	Use [Alt-F7] to copy the mark. You will get an error if you try to
	do an overlapping copy. If the mark is a line-mark, the marked lines
	will be inserted after the current line. A block-mark
  1.6 To move a mark:
	Use [Alt-F8]. This is a insert operation
  1.7 To overlay a block:
	This is only valid vor block-marks and is done by using [Alt-F6].
	It replaces the a text in the same shape as the block-mark with the
	contents of the block-mark. If you are at the end of the file, new
	lines will be inserted.
  1.7 To delete a mark:
	Use [Alt-F5].


2 Loading, Saving and the such

