Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 734 Bytes

keyboard-navigate.md

File metadata and controls

32 lines (22 loc) · 734 Bytes

Navigate with keyboard - Tips & Tricks

Move the cursor one character

  • Move backward 1 character: Left
  • Move forward 1 character: Right

Move the cursor one word

  • Move backward 1 word:
    • Almost anywhere: Ctrl + Left
  • Move forward 1 word:
    • Almost anywhere: Ctrl + Right

Delete one character

  • Delete one character before the cursor: Backspace
  • Delete one character after the cursor: Delete

Delete one word

  • Delete one word before the cursor:
    • GUI: Ctrl + Backspace
    • CLI: Ctrl + W, Alt + Backspace
  • Delete one word after the cursor:
    • GUI: Highlight the word with Ctrl + Shift + Right - Backspace
    • CLI: Alt + D

Undo

  • GUI app: Ctrl + Z
  • CLI: Ctrl + Shift + -