Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wendelscardua/dot-emacs
Personal .emacs.d
https://github.com/wendelscardua/dot-emacs
Last synced: about 1 month ago
JSON representation
Personal .emacs.d
- Host: GitHub
- URL: https://github.com/wendelscardua/dot-emacs
- Owner: wendelscardua
- Created: 2016-08-31T22:51:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-24T14:01:10.000Z (about 1 year ago)
- Last Synced: 2024-10-14T04:43:43.157Z (2 months ago)
- Language: Emacs Lisp
- Size: 7.82 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Personal `.emacs.d`
===================This is my personal Emacs configuration (I'm currently using Emacs 25.2.2)
It's currently used for Ruby development.
Mostly used keybinds
--------------------| Key | Action |
| :----- | :------- |
| C-c h | Collapse (**h**ide) block |
| C-c s | Un-collapse (**s**how) block |
| C-M-i | Slurp (**i**n) |
| C-M-o | Barf (**o**ut) |
| C-> | New cursor (forward) |
| C-< | New cursor (backward) |
| C-c C-< | New cursor for all like this |
| C-c C-> | New cursor for all, "DWIM" |
| C-= | Expand region |
| C-x {up,down,left,right} | Jump to window |
| C-x 4 C-d | Toggle dedicate window |
| C-x C-b | List buffers |
| C-. | ace-jump |
| C-, | ace-jump-char |
| C-c ' | Cycle quotes |
| C-c g b | Magit Blame |
| C-c g c | Magit Checkout |
| C-c g d | Magit Diff |
| C-c g s | Magit Status |
| C-c g t | Git Timemachine |
| C-M-- | Undo Tree Visualize |
| C-c c | Rubocop autocorrect current file |
| C-c x | Rubocop autocorrect all changed files |
| C- | Find file at point |Magit keybinds
-----------------| Key | Action |
| :----- | :----- |
| b z | Cleanup merged branches |
| b P | Create Pull Request on Github |