Respect developers!
Please implement some features in editor:
1. Ctrl+Z - undo. Ctrl+Y - redo i lost my habit to use alt+BS :(
2. Ctrl+W - select whole word under cursor. Very usefull.
3. Tab and Shift+Tab shift whole block if selected (see ms developer studio)
4. Replace selected text with new typing or inserting one. (standart behaviour of ms word for example)
5. 'Del' should erase selected text (like shift+del, but dont touch clipboard)
6. 'Home' should move cursor to first non-space symbol in line. If cursor alredy at first non-space symbol, 'Home' should move cursor to begin of line. (see ms developer studio)
7. alt+left_mouse_button+move mouse - select with vertical block