Add shortcut for bury-buffer

This commit is contained in:
Gergely Polonkai 2017-08-07 08:44:14 +02:00
parent 6a4a3ce871
commit 1b2f60d236
1 changed files with 1 additions and 0 deletions

View File

@ -1104,6 +1104,7 @@ INFO plist."
("k" . gpolonkai/kill-this-buffer)
("M-c" . gpolonkai/kill-this-buffer-delete-this-window)
("M-k" . gpolonkai/undo-buffer-kill)
("C-b" . bury-buffer)
:map isearch-mode-map
("<C-return>" . isearch-exit-other-end)
("<S-return>" . isearch-exit-mark-match)