summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Pither <jon.pither@gmail.com>2013-08-14 07:34:30 +0100
committerJon Pither <jon.pither@gmail.com>2013-08-18 19:05:01 +0100
commitc6b6e19f6f7f5cf5f839cf31d33ea5e2cdd18934 (patch)
tree8fd416821d52f3353105e6a390e78e1822a6a9cf /CHANGELOG.md
parentc97c6abeba2a8166c62818ef94fcf8a837299b5d (diff)
Rotate and display nrepl connection
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc159f88..37e05ea7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## 0.2.0
+* <kbd>C-c M-d</kbd> will display current nREPL connection details.
+* <kbd>C-c M-r</kbd> will rotate and display the current nREPL connection.
* Setting the variable `nrepl-buffer-name-show-port` will display the port on which the nRepl server is running.
* nRepl buffer name uses project directory name; `*nrepl*` will appear as `*nrepl project-directory-name*`.
* <kbd>C-c C-z</kbd> will select the clojure buffer based on the current namespace.