Skip to content

Commit

Permalink
fix bufler RET keybind
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonfry committed Dec 18, 2023
1 parent d58233b commit 151d41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modes/bufler/evil-collection-bufler.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"r" 'bufler-list-buffer-name-workspace
"D" 'bufler-list-buffer-kill
"w" 'bufler-list-buffer-save
"RET" 'bufler-list-buffer-switch
(kbd "RET") 'bufler-list-buffer-switch
"J" 'bufler-list-buffer-peek))

(provide 'evil-collection-bufler)
Expand Down

0 comments on commit 151d41c

Please sign in to comment.