Browse Source

Define some swoop-map keys

master
10sr 4 years ago
parent
commit
e62e9bf884
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el View File

@@ -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)


Loading…
Cancel
Save