summaryrefslogtreecommitdiff
path: root/modes/leetcode
diff options
context:
space:
mode:
Diffstat (limited to 'modes/leetcode')
-rw-r--r--modes/leetcode/evil-collection-leetcode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/leetcode/evil-collection-leetcode.el b/modes/leetcode/evil-collection-leetcode.el
index 86e4f78..9c605e4 100644
--- a/modes/leetcode/evil-collection-leetcode.el
+++ b/modes/leetcode/evil-collection-leetcode.el
@@ -38,7 +38,7 @@
(defun evil-collection-leetcode-setup ()
"Set up `evil' bindings for `leetcode'."
(evil-collection-define-key 'normal 'leetcode--problems-mode-map
- (kbd "RET") 'leetcode-show-description
+ (kbd "RET") 'leetcode-show-current-problem
"gr" 'leetcode-problems-refresh
"q" 'quit-window))