Try different bindings for sp-{beginning,end}-of-sexp

This commit is contained in:
David Morgan 2023-02-23 12:00:43 +00:00
parent c544812af5
commit eccec831a5
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 2 additions and 0 deletions

View File

@ -81,7 +81,9 @@ Equivalent to raising then wrapping."
("M-q" . sp-indent-defun)
("C-j" . sp-newline)
("C-S-a" . sp-beginning-of-sexp)
("M-A" . sp-beginning-of-sexp)
("C-S-e" . sp-end-of-sexp)
("M-E" . sp-end-of-sexp)
("M-R" . kill-around-sexp)
("C-c C-S-d" . duplicate-sexp-after-point)
("C-c M-(" . wrap-round-from-behind)))