fix bufler RET keybind

This commit is contained in:
Vonfry 2023-12-19 07:42:01 +08:00
parent d58233be7d
commit 151d41cf26
No known key found for this signature in database
GPG Key ID: 1B81687FBA75D6B5
1 changed files with 1 additions and 1 deletions

View File

@ -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)