diff options
| author | James Nguyen <james@jojojames.com> | 2019-03-16 10:54:12 -0700 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2019-03-16 10:54:12 -0700 |
| commit | ee2e2f9b7a68d44c01e93d5ff45c830aae904658 (patch) | |
| tree | 70fc2bb1afee471ca1ed5eb41e9e16da1f3e6444 /evil-collection-cider.el | |
| parent | 8f6faaecc4803e6bd72b99576681bd8ec129fc01 (diff) | |
Move [ ] to [[ ]] (#225)
Diffstat (limited to 'evil-collection-cider.el')
| -rw-r--r-- | evil-collection-cider.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/evil-collection-cider.el b/evil-collection-cider.el index 213c8a6..e8c2892 100644 --- a/evil-collection-cider.el +++ b/evil-collection-cider.el @@ -173,8 +173,8 @@ ex. \(cider-debug-mode-send-reply \":next\"\)" (kbd "C-j") 'cider-stacktrace-next-cause (kbd "gk") 'cider-stacktrace-previous-cause (kbd "gj") 'cider-stacktrace-next-cause - (kbd "[") 'cider-stacktrace-previous-cause - (kbd "]") 'cider-stacktrace-next-cause + (kbd "[[") 'cider-stacktrace-previous-cause + (kbd "]]") 'cider-stacktrace-next-cause "gd" 'cider-stacktrace-jump "q" 'cider-popup-buffer-quit-function "J" 'cider-stacktrace-toggle-java @@ -205,8 +205,8 @@ ex. \(cider-debug-mode-send-reply \":next\"\)" (kbd "C-k") 'cider-inspector-prev-page " " 'cider-inspector-next-page "s" 'cider-inspector-set-page-size - (kbd "]") 'cider-inspector-next-inspectable-object - (kbd "[") 'cider-inspector-previous-inspectable-object + (kbd "]]") 'cider-inspector-next-inspectable-object + (kbd "[[") 'cider-inspector-previous-inspectable-object "gj" 'cider-inspector-next-inspectable-object "gk" 'cider-inspector-previous-inspectable-object)) |
