[Emacs] Add keybinds for indirect buffer cloning

This commit is contained in:
Lucien Cartier-Tilet 2022-02-13 19:47:12 +01:00
parent 1b5f76c050
commit c3da7367a8
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -7630,10 +7630,12 @@ I also have two main shell-related functions, prefixed with ~as~.
My buffer-related keybinds are all prefixed by ~b~. My buffer-related keybinds are all prefixed by ~b~.
#+name: keybinds-buffers #+name: keybinds-buffers
| Key | Function | Description | | Key | Function | Description |
|-----+---------------------------+-------------| |-----+------------------------------------+-------------|
| | | buffers | | | | buffers |
| b | bufler-switch-buffer | | | b | bufler-switch-buffer | |
| B | bury-buffer | | | B | bury-buffer | |
| c | clone-indirect-buffer | |
| C | clone-indirect-buffer-other-window | |
| l | bufler | | | l | bufler | |
| d | kill-this-buffer | | | d | kill-this-buffer | |
| D | kill-buffer | | | D | kill-buffer | |