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:
parent
6d87dcb710
commit
47d16e2512
1 changed files with 4 additions and 3 deletions
|
@ -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->
|
||||
|
|
Loading…
Reference in a new issue