Skip to content

Arinerron/atom-cheat-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

atom-cheat-sheet

Keyboard shortcuts for the Atom editor (Windows keys)

Navigation

  • CTRL + k, n/p - focus next/previous pane
  • CTRL + k, UP/DOWN/LEFT/RIGHT - focus up/down/left/right pane
  • CTRL + RIGHT/LEFT - move cursor to end/beginning of word, or end/beginning of next word

Selection

Edit

  • CTRL + UP/DOWN - move text on current line up/down one line
  • CTRL + k, CTRL + u/l - upper/lower case current word (does NOT have to be selected)
  • CTRL + SHIFT + d - duplicate current line
  • SHIFT + DELETE - delete current line
  • CTRL + BACKSPACE - delete to beginning of word
  • CTRL + DELETE - delete to end of word
  • CTRL + SHIFT + ENTER - add empty line before current line and switch to it
  • CTRL + ENTER - add empty line after current line and switch to it

Find / Replace

  • CTRL + ALT + / - toggle Use Regex
  • CTRL + ENTER - Replace All

About

Keyboard shortcuts for the Atom editor (Windows keys)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors