git clone git://github.com/zubchick/my-emacs-conf.git zubchick-emacs
mv ~/.emacs.d ~/.emacs.d.old
mv zubchick-emacs ~/.emacs.d
mv ~/.emacs.d/zubchick ~/.emacs.d/$(whoami)
mv ~/.emacs.d/zubchick.el ~/.emacs.d/$(whoami).el
username
dir contains files with customization. You may delete any of this files if you don't need them.init.el
contains list of used packages in varmy-packages
Mac cmd key is a emacs Meta key
M-p
- fuzzy find fileM-F
- project grep
M-z
- undoM-m
- jump to charC-c C-c
in jump-mode for ace-jump-modeC-a
- smart version of defaultC-a
C-c C-g
- go to lineC-x C-b
- ibufferC-c w
- close current bufferC-c k
- kill from cursor to the end of lineC-=
- expand regionM-M-?
- save pointM-M-/
- save point and go to previous saved pointC-t
- go to symbol (ido style)C-c M-b
- run deploy.sh (should be in your system PATH)C-.
- Mark next like this for multi cursorsC-.
- Mark previousC-c C-<
- Mark all