Add emacs keybinding to rename buffer
This commit is contained in:
parent
bd403e53c0
commit
bc4c93f199
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
||||||
|
|
||||||
"b" '(:ignore t :which-key "buffer")
|
"b" '(:ignore t :which-key "buffer")
|
||||||
"bd" '(kill-this-buffer :which-key "kill")
|
"bd" '(kill-this-buffer :which-key "kill")
|
||||||
|
"br" '(rename-buffer :which-key "rename")
|
||||||
|
|
||||||
"f" '(:ignore t :which-key "file")
|
"f" '(:ignore t :which-key "file")
|
||||||
"ff" '(find-file :which-key "find")
|
"ff" '(find-file :which-key "find")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue