Przeglądaj źródła

Use swiper for M-C-s

master
10sr 4 lat temu
rodzic
commit
2d9cba5d8b
Podpisane przez: 10sr ID klucza GPG: C384BB17CBB19347
1 zmienionych plików z 4 dodań i 1 usunięć
  1. +4
    -1
      emacs.el

+ 4
- 1
emacs.el Wyświetl plik

@@ -2837,11 +2837,14 @@ Any output will be written to current buffer."
(when (fboundp 'counsel-imenu)
(define-key ctl-x-map "l" 'counsel-imenu))

(when (fboundp 'swiper)
(define-key esc-map (kbd "C-s") 'swiper))

(when (fboundp 'swoop)
;; (global-set-key (kbd "C-s") 'swoop)
;; (global-set-key (kbd "C-r") 'swoop)
;; (define-key esc-map (kbd "C-s") 'swoop-multi)
(define-key esc-map (kbd "C-s") 'swoop)
;; (define-key esc-map (kbd "C-s") 'swoop)
(with-eval-after-load 'swoop-lib
(defvar swoop-map)
(define-key swoop-map (kbd "C-s") 'swoop-action-goto-line-next)


Ładowanie…
Anuluj
Zapisz