Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.61 KB

oxygen-cheat-sheet.md

File metadata and controls

42 lines (32 loc) · 1.61 KB

oXygen Cheat Sheet

Instructions for handling Subversion conflicts

Keyboard shortcuts

Basic editing:

  • Copy: Ctrl/Command+C
  • Cut: Ctrl/Command+X
  • Paste: Ctrl/Command+V
  • Undo: Ctrl/Command+Z
  • Redo: Ctrl/Command+Shift+Z

Movement:

  • Go to line: Ctrl/Command+L
  • Go to matching tag: Ctrl+Shift+G
  • Go to target from cursor: Ctrl/Command+Enter
  • Move R by word: Option- (hold Shift to select)
  • Move L by word: Option- (hold Shift to select)
  • Move to element beginning:
    • select element (e.g., click breadcrumb)
  • Move to element end:
    • select element (e.g., click breadcrumb)

Editing:

  • Find/Replace (this editor): Ctrl/Command+F
  • Find/Replace in Files: Ctrl/Command+Shift+H
  • Surround with tags: Ctrl/Command+E
  • Auto-complete: Ctrl/Command+Space
  • Toggle comment: Ctrl/Command+Shift+Comma

Other useful shortcuts:

  • Validate: Ctrl/Command+Shift+V
  • Toggle line wrap: Ctrl/Command+Shift+Y
  • Close tab: Ctrl/Command+W
  • Reopen last closed editor: Ctrl/Command+Alt+T