1. Record and play temporary macro Ctrl+Shift+R  to record a new temporary macro. Press Ctrl+Shift+R  to stop recording. Ctrl+Shift+P  to play the recorded macro.  This works similar to *recording* in Vim. If you think you are going  to be repeating a set of keyboard keys, then record them once and play  them each time after.  2. Multiple copy/pastes Ctrl+Shift+V  cycles through the clipboard ring. You can copy/cut multiple times from one area of code , then go to another area and paste them one after another.  3. Drag and drop code  snippets The Toolbox (Ctrl+Alt+X)  window has multiple tabs. You can drag and drop code  onto this window and copy it elsewhere. Some tabs do not allow dropping code  into them; those that allow will have the appropriate icon. The General tab works for me.  4. Previous cursor positions Ctrl+-  i.e. Ctrl + Hyphen. This cycles you through the code  positions you visited.  Ctrl+Shift+-  to navigate in the opposite direction.  5. Incremental search To incremen...