Browse Source

Add keybinding for killing buffers

main
parent
commit
462ddc7e5b
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 1
      README.org

1
README.org

@ -1499,6 +1499,7 @@ General[fn:39] provides a more convenient method for binding keys in Emacs[fn:2]
(dotfiles/leader
"." '(find-file :which-key "File")
"," '(switch-to-buffer :which-key "Buffer")
"k" '(kill-buffer :which-key "Kill"))
"c" '(kill-buffer-and-window :which-key "Close"))
;; Add keybindings for executing shell commands.

Loading…
Cancel
Save