tweak(default): improve smartparens vanilla bindings

Make bindings better conform to traditional sexp navigation ones.

Fix #5575
This commit is contained in:
Carlos Pita 2021-10-04 18:12:58 -03:00 committed by Henrik Lissner
parent 3ced11e7cb
commit 4903db036d

View file

@ -617,9 +617,13 @@
"C-M-e" #'sp-end-of-sexp "C-M-e" #'sp-end-of-sexp
"C-M-f" #'sp-forward-sexp "C-M-f" #'sp-forward-sexp
"C-M-b" #'sp-backward-sexp "C-M-b" #'sp-backward-sexp
"C-M-d" #'sp-splice-sexp "C-M-n" #'sp-next-sexp
"C-M-p" #'sp-previous-sexp
"C-M-u" #'sp-up-sexp
"C-M-d" #'sp-down-sexp
"C-M-k" #'sp-kill-sexp "C-M-k" #'sp-kill-sexp
"C-M-t" #'sp-transpose-sexp) "C-M-t" #'sp-transpose-sexp
"C-M-<backspace>" #'sp-splice-sexp)
;;; treemacs ;;; treemacs
(:when (featurep! :ui treemacs) (:when (featurep! :ui treemacs)