Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.42 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.42 KB

Project Title

Why This Project?

  1. Not efficient moving your hand to reach the direction keys while you always have to? 😔
  2. Always Waiting when cursor is moving just one character by one character? 😢
  3. Sublime Text's shortcut is hard to remember? 😡

"This Project" is the solution

How to install? -- So Easy!

  1. Open "SublimeText"
  2. Click "SublimeText" one the menu bar
  3. "Preferences" --> "Key Bindings"
  4. Copy and paste this file into Somewhere
  5. Put your Installation gif below:

Functionalities

  1. command + f: Jump one word backward. command + alt + f search
  2. command + j: Jump one word forward.
  3. command + g: Jump to line start.
  4. command + h: Jump to line end.
  5. command + u: Jump to upper line.
  6. command + n: Jump to next line. command + alt + n new file
  7. command + dd: Delete current line. (dd: Double hit on d)

Contribute

Please feel free to contribute your easy shortcut which can increase productivity.


Always pull the newest version before start coding. Git cheatsheet