https://github.com/avh4/emacs-cheat-sheet
Everyone needs their own
https://github.com/avh4/emacs-cheat-sheet
Last synced: 3 months ago
JSON representation
Everyone needs their own
- Host: GitHub
- URL: https://github.com/avh4/emacs-cheat-sheet
- Owner: avh4
- Created: 2013-10-06T03:03:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-06T03:31:47.000Z (almost 12 years ago)
- Last Synced: 2025-02-07T17:45:42.378Z (5 months ago)
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This cheat-sheet is for my configuration of Emacs. [See below](#configuration)
#### Files
* `⌃C p f` Open file in project [ⓘ](https://github.com/bbatsov/projectile)
* `⌃X f` Open file
* `⌃C p s` Switch to another known project [ⓘ](https://github.com/bbatsov/projectile)#### Windows/Buffers
* `⇧←↑↓→` Navigate windows [ⓘ](http://www.emacswiki.org/emacs/WindMove)
* `⌃X 0` Close current window [ⓘ]((http://www.gnu.org/software/emacs/manual/html_node/emacs/Change-Window.html#Change-Window)
* `⌃X k` Close current buffer
* `⌃X 2 / ⌃X 3` Vertical/horizontal split [ⓘ](http://www.gnu.org/software/emacs/manual/html_node/emacs/Split-Window.html#Split-Window)#### Navigation
* `⌃S` Search
* `⌥G g` Go to line#### Editing
* `⌥X replace-string` search and replace
#### REPL
* `⌃C ⌃K` eval current buffer [ⓘ](https://github.com/clojure-emacs/nrepl.el)
* `⌃C ⌥O` clear REPL buffer [ⓘ](https://github.com/clojure-emacs/nrepl.el)⇧: Shift
⌃: Control
⌥: Alt/Option
⌘: Command### Configuration
...built off of [Emacs Live](https://github.com/overtone/emacs-live) which has the following plugins:
* Emacs 24
* clojure-mode
* [nREPL.el](https://github.com/clojure-emacs/nrepl.el)
* paredit [cheat sheet](http://www.emacswiki.org/emacs/PareditCheatsheet)
* [SLIME](http://common-lisp.net/project/slime/)and the following additional plugins
* [windmove](http://www.emacswiki.org/emacs/WindMove)
* [projectile](https://github.com/bbatsov/projectile)