diff --git a/init.el b/init.el index ce042c5..9c3f854 100644 --- a/init.el +++ b/init.el @@ -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 ("" . isearch-exit-other-end) ("" . isearch-exit-mark-match)