Support lispyville KBDs

After deciding to support the `C-s-` prefix for lispyville KBDs, I'm
re-introducing support for:
  - `lispyville-drag-backward`
  - `lispyville-drag-forward`
  - `lispyville-end-of-defun`
  - `lispyville-beginning-of-defun`
This commit is contained in:
William Carroll 2020-01-06 10:08:00 +00:00
parent 6d87dcb710
commit 47d16e2512

View file

@ -75,9 +75,10 @@
"M-k" nil
;; second rebind
;; TODO: Rebind to something that doesn't conflict with window resizing.
;; "C-M-h" #'lispyville-drag-backward
;; "C-M-l" #'lispyville-drag-forward
)))
"C-s-h" #'lispyville-drag-backward
"C-s-l" #'lispyville-drag-forward
"C-s-e" #'lispyville-end-of-defun
"C-s-a" #'lispyville-beginning-of-defun)))
;; deletes all bindings of f->kbd
;; binds kbd->