summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2013-08-08 16:21:19 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2013-08-08 16:21:19 +0300
commit5c5f350a808b8db9bdc891ecefe5d5cd705e8876 (patch)
tree8b6f559e8037bec73e5db62c3846df33c62b62d4 /CHANGELOG.md
parent6c71a0a980c4dc2ba26c7a2972e5871233689def (diff)
Fix keybinding highlighting
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48f2c761..22a74cf3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,15 +8,15 @@
* Evaluate all namespace forms `(ns ...)` in the user namespace.
* Add highlighting of compilation warnings in addition to existing highlighting of errors
-* Add support for selecting last clojure source buffer with keybinding
+* Add support for selecting last Clojure source buffer with keybinding
<kbd>C-c C-z</kbd> (the same as `nrepl-switch-to-repl-buffer`).
* The content of `target/repl-port`, if present, will be used as the
- default port for `M-x nrepl`
-* Added an extendable slime-style selector command and binding 'C-c s'
+ default port for <kbd>M-x nrepl</kbd>
+* Added an extendable slime-style selector command and binding <kbd>C-c M-s</kbd>
### Bugs fixed
-* M-. (nrepl-jump) on remote nrepl connection (across OS hosts) has been fixed.
+* <kbd>M-.</kbd> (`nrepl-jump`) on remote nrepl connection (across OS hosts) has been fixed.
## 0.1.7 / 2013-03-13