misc/keybindings.txt
Quick reference guide to emacs config------------------------------------- TAB Cycles through completions ALT+X Execute command in mini-bufferCTRL+G Quit minibuffer(minibuffer is the bottom execution line in emacs) ALT+B Switch to buffer in current windowALT+SHIFT+B Switch to buffer in other window ALT+F Open file in current windowALT+SHIFT+F Open file in other window ALT+S Save the file in current windowALT+R Revert buffer to disk content ALT+M Look for build.bat and execute (Compile) ALT+N Goto to next error after compilation ALT+SHIFT+N Goto to previous error after compilation F9 Goto first error F10 Goto last error F11 Goto next error Alt+t Load TodoAlt+T Load Log ALT+W Switch to other window ALT+C Toggle between .cpp and .hpp in current windowF12ALT+SHIFT+C Toggle between .cpp and .hpp in other windowALT+F12 ALT+K Kill current buffer (asks for saving file) CTRL+Arrows Move cursor by larger increments (words, whitespace) CTRL+Space Sets the markCTRL+Tab Reindent blockCTRL+Q Copy blockCTRL+F Paste blockCTRL+W Cut blockALT+Z Delete marked blockALT+SHIFT+; Jump back to original set block/mark ALT+U Undo (use arrows to switch to "redo") ALT+J Jump to function (by name) CTRL+S Start Search CTRL+S Next occurence CTRL+R Previous ccurence ALT+O Search+ReplaceALT+L Search+Replace inside pasted block ALT+[ Begin recording keyboard macroALT+] End recording keyboard macroALT+' Play keyboard macro ALT+. Reflow comment ALT+G Goto linenumber ALT+6 Turn word into UPPERCASEALT+SHIFT+6 Capitalize Word