Explorar el Código

Define some swoop-map keys

master
10sr hace 4 años
padre
commit
e62e9bf884
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el Ver fichero

@@ -2392,6 +2392,11 @@ Any output will be written to current buffer."
(global-set-key (kbd "C-s") 'swoop)
(global-set-key (kbd "C-r") 'swoop)
(define-key esc-map (kbd "C-s") 'swoop-multi)
(with-eval-after-load 'swoop-lib
(defvar swoop-map)
(define-key swoop-map (kbd "C-s") 'swoop-action-goto-line-next)
(define-key swoop-map (kbd "C-r") 'swoop-action-goto-line-prev)
)
)

(when (fboundp 'dired-k)


Cargando…
Cancelar
Guardar