Add shortcut for bury-buffer
This commit is contained in:
parent
6a4a3ce871
commit
1b2f60d236
1
init.el
1
init.el
@ -1104,6 +1104,7 @@ INFO plist."
|
|||||||
("k" . gpolonkai/kill-this-buffer)
|
("k" . gpolonkai/kill-this-buffer)
|
||||||
("M-c" . gpolonkai/kill-this-buffer-delete-this-window)
|
("M-c" . gpolonkai/kill-this-buffer-delete-this-window)
|
||||||
("M-k" . gpolonkai/undo-buffer-kill)
|
("M-k" . gpolonkai/undo-buffer-kill)
|
||||||
|
("C-b" . bury-buffer)
|
||||||
:map isearch-mode-map
|
:map isearch-mode-map
|
||||||
("<C-return>" . isearch-exit-other-end)
|
("<C-return>" . isearch-exit-other-end)
|
||||||
("<S-return>" . isearch-exit-mark-match)
|
("<S-return>" . isearch-exit-mark-match)
|
||||||
|
Loading…
Reference in New Issue
Block a user