Add key for repeat
This commit is contained in:
parent
21189806fa
commit
a8ee730a3d
1
init.el
1
init.el
@ -1179,6 +1179,7 @@ INFO plist."
|
|||||||
("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)
|
("C-b" . bury-buffer)
|
||||||
|
("/" . repeat)
|
||||||
: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