X-Git-Url: https://code.delx.au/dotemacs/blobdiff_plain/1ee3ecdb095eb94e4085f314dd8a6f9943dbffe9..306c35f878851962e098dee90a417fc6e05d31cb:/README_KEYBINDINGS.md diff --git a/README_KEYBINDINGS.md b/README_KEYBINDINGS.md index b7a4321..91a7cdb 100644 --- a/README_KEYBINDINGS.md +++ b/README_KEYBINDINGS.md @@ -61,6 +61,7 @@ C-x b Select named buffer C-x C-b Show all buffers C-x C-r Show recent files M-x scratch-buffer Create new scratch buffer +//,~ Go to {root,home} directory in find-file ``` # Windows/frames @@ -83,7 +84,7 @@ C-x 5 2 New frame (X11 window) M-m Jump back to start of indentation M-r Jump to window top/bottom/middle M-g Tab Jump to column -M-g f Jump to charactor on current line +M-g f Jump to charactor, ;/, to go forward/back M-g g Jump to visible line or any line M-g j Jump to word by first character M-g M-g Jump to visible line or any line @@ -114,7 +115,8 @@ C-M-u Move up one level of parentheses ``` Tab Indent current line correctly C-x Tab Indent region with left/right -M-/ Auto-complete +M-/ Expand at point +M-Tab Auto-complete at point M-; Comment line or region M-i Change inner region M-q Reformat paragraph @@ -211,6 +213,13 @@ C-x r Space Save point position to register C-x r j Jump to point position at register ``` +# Mouse secondary selection +``` +Meta-Drag Set selection +Meta-Right-Click Yank secondary +``` + + # Mode switching ``` C-x C-j Open direx at current file @@ -270,6 +279,15 @@ C-c C-c Compile and load the top-level f C-c M-k Compile (but not load) the current buffer's file ``` + +# Javascript +``` +C-c C-r Rename variable +C-c C-c Find type +C-c C-d Find docs +``` + + # Shell ``` M-! Execute command