mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: change the keybindings for going to isearch first/last
This commit is contained in:
parent
ba75ec9625
commit
8a3066ed3d
|
|
@ -45,8 +45,8 @@
|
|||
"M-s M-o" #'prot-search-occur-outline
|
||||
"M-s M-u" #'prot-search-occur-browse-url)
|
||||
(prot-emacs-keybind isearch-mode-map
|
||||
"<home>" #'isearch-beginning-of-buffer
|
||||
"<end>" #'isearch-end-of-buffer
|
||||
"C-<home>" #'isearch-beginning-of-buffer
|
||||
"C-<end>" #'isearch-end-of-buffer
|
||||
"<up>" #'isearch-repeat-backward
|
||||
"<down>" #'isearch-repeat-forward
|
||||
"<backspace>" #'prot-search-isearch-abort-dwim
|
||||
|
|
|
|||
|
|
@ -5590,8 +5590,8 @@ by visiting individual files or by using a grep buffer as an index.
|
|||
"M-s M-o" #'prot-search-occur-outline
|
||||
"M-s M-u" #'prot-search-occur-browse-url)
|
||||
(prot-emacs-keybind isearch-mode-map
|
||||
"<home>" #'isearch-beginning-of-buffer
|
||||
"<end>" #'isearch-end-of-buffer
|
||||
"C-<home>" #'isearch-beginning-of-buffer
|
||||
"C-<end>" #'isearch-end-of-buffer
|
||||
"<up>" #'isearch-repeat-backward
|
||||
"<down>" #'isearch-repeat-forward
|
||||
"<backspace>" #'prot-search-isearch-abort-dwim
|
||||
|
|
|
|||
Loading…
Reference in a new issue