Skip to content

Instantly share code, notes, and snippets.

@mobeigi
Last active July 30, 2019 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mobeigi/6468032c8e297bb545329aac55307e2b to your computer and use it in GitHub Desktop.
Save mobeigi/6468032c8e297bb545329aac55307e2b to your computer and use it in GitHub Desktop.
My keymap preference for IDE's
Closely resembles Notepad++ default keymap.
CUT - Ctrl+X
COPY - Ctrl+C
PASTE - Ctrl+V
SELECTALL - Ctrl+A
UNDO - Ctrl+Z
REDO - Ctrl+Y
ZOOM IN - Ctrl+PLUS
ZOOM OUT - Ctrl+MINUS
DUPLICATE LINE - Ctrl+D
ERASE LINE - Ctrl+E
GOTO START LINE - Ctrl+HOME
GOTO END LINE - Ctrl+END
GOTO START FILE - Ctrl+Shift+HOME
GOTO END FILE - Ctrl+Shift+END
MULTIPLE LINE SELECT - Alt+Shift+ARROWS
FIND IN FILE - Ctrl+F
REPLACE IN FILE - Ctrl+R
FIND IN ALL FILES (GLOBAL) - Ctrl+Shift+F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment