Add key for `repeat`

This commit is contained in:
Gergely Polonkai 2018-06-10 08:22:31 +02:00
parent 21189806fa
commit a8ee730a3d
1 changed files with 1 additions and 0 deletions

View File

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