Add emacs keybinding to rename buffer

This commit is contained in:
Charlotte Van Petegem 2021-10-20 17:17:17 +02:00
parent bd403e53c0
commit bc4c93f199
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -33,6 +33,7 @@
"b" '(:ignore t :which-key "buffer")
"bd" '(kill-this-buffer :which-key "kill")
"br" '(rename-buffer :which-key "rename")
"f" '(:ignore t :which-key "file")
"ff" '(find-file :which-key "find")