summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2013-09-16 00:00:41 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2013-09-16 00:00:41 +0300
commit701ce4b70660b6aa2f0e5d43652041e639f9d9f6 (patch)
treea1e3aa9da1c2be1da1cb2df0496aed18a568fdab /CHANGELOG.md
parent0a30655c221feb7ef5b387a34289c4931dca51e7 (diff)
Bind C-c C-q to nrepl-quit
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8eb8cc22..5f013707 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
* nRepl buffer name uses project directory name; `*nrepl*` will appear as `*nrepl project-directory-name*`.
* <kbd>C-c C-Z</kbd> will select the nrepl buffer based on the current namespace.
* <kbd>C-u C-c C-Z</kbd> will select the nrepl buffer based on a user project directory prompt.
+* Bind <kbd>C-c C-q</kbd> to `nrepl-quit`
### Bugs fixed