/keats
http://github.com/rejeep/emacs · #! · 67 lines · 67 code · 0 blank · 0 comment · 0 complexity · 3cf572b7a92496ddd7846b61ec5d9226 MD5 · raw file
- ((:key "C-c ; f c" :description "Find controller")
- (:key "C-c ; f e" :description "Find environment file")
- (:key "C-c ; f f" :description "Find file in Rails project")
- (:key "C-c ; f h" :description "Find helper")
- (:key "C-c ; f i" :description "Find migration")
- (:key "C-c ; f j" :description "Find javascripts")
- (:key "C-c ; f l" :description "Find file in plugin")
- (:key "C-c ; f m" :description "Find model")
- (:key "C-c ; f n" :description "Find configuration file")
- (:key "C-c ; f o" :description "Find log file")
- (:key "C-c ; f p" :description "Find file in public")
- (:key "C-c ; f s" :description "Find script")
- (:key "C-c ; f t" :description "Find test")
- (:key "C-c ; f v" :description "Find view")
- (:key "C-c ; f x" :description "Find fixture")
- (:key "C-c ; f y" :description "Find stylesheet")
- (:key "C-c ; c" :description "Start Rails console")
- (:key "C-c ; g" :description "Runs grep in project")
- (:key "C-c ; q" :description "Open sql buffer for this project")
- (:key "C-c ; r" :description "Run rake task")
- (:key "C-c ; s" :description "Run script")
- (:key "C-c ; t" :description "Run test")
- (:key "C-c ; d" :description "Run capistrano task")
- (:key "C-c ; w" :description "Start web server")
- (:key "C-c ; x" :description "Extract partial")
- (:key "C-c C-c c" :description "Find all controllers")
- (:key "C-c C-c g" :description "Find all migrations")
- (:key "C-c C-c h" :description "Find all helpers")
- (:key "C-c C-c m" :description "Find all models")
- (:key "C-c C-c v" :description "Find all views")
- (:key "M-SPC" :description "Just one space (removes all spaces except one around point)")
- (:key "C-u C-SPC" :description "Pop mark")
- (:key "M-|" :description "Shell command on region")
- (:key "M-=" :description "Count lines region")
- (:key "C-x =" :description "What cursor position")
- (:key "C-x z" :description "Repeat command")
- (:key "C-h C-f" :description "FAQ")
- (:key "C-x C-u" :description "Upcase region")
- (:key "C-x C-l" :description "Downcase region")
- (:key "C-S-backspace" :description "Kill whole line")
- (:key "C-M-k" :description "Kill balanced expression")
- (:key "M-z char" :description "Zap to char")
- (:key "C-h l" :description "Show previous keypresses")
- (:key "C-h w" :description "Where is command")
- (:key "C-h c" :description "Describe key brifely")
- (:key "M-q" :description "Fill paragraph")
- (:key "C-c C-v C-w" :description "View javadoc for class or method at point.")
- (:key "C-c C-v C-." :description "JDE, complete method at point.")
- (:key "C-h e" :description "Goto *Messages* buffer")
- (:key "C-M-v" :description "Scroll other window (other direction with negative argument)")
- (:key "C-x 4 b" :description "Open buffer in other window")
- (:key "C-x 4 f" :description "Open file in other window")
- (:key "C-x 4 ." :description "Find tag in other window")
- (:key "C-x ^" :description "Increase size of window vertically (descrease with negative argument)")
- (:key "C-x {" :description "Shrinks window horizontally")
- (:key "C-x }" :description "Enlarges the window horizontally")
- (:key "M-m" :description "Back to indentation")
- (:key "M-@" :description "Mark word")
- (:key "C-M-s" :description "Search on regular expression forward")
- (:key "C-M-r" :description "Search on regular expression backwards")
- (:key "M-j" :description "Indent and new comment line.")
- (:key "M-:" :description "Lisp eval expression")
- (:key "C-M-x" :description "Eval defun")
- (:key "C-M-t" :description "Transpose balanced expressions")
- (:key "C-x DEL" :description "Backward kill sentence")
- (:key "C-x C-+" :description "Increase font size")
- (:key "C-x C--" :description "Decrease font size"))