tweak(default): improve smartparens vanilla bindings
Make bindings better conform to traditional sexp navigation ones. Fix #5575
This commit is contained in:
parent
3ced11e7cb
commit
4903db036d
1 changed files with 11 additions and 7 deletions
|
@ -617,9 +617,13 @@
|
|||
"C-M-e" #'sp-end-of-sexp
|
||||
"C-M-f" #'sp-forward-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-t" #'sp-transpose-sexp)
|
||||
"C-M-t" #'sp-transpose-sexp
|
||||
"C-M-<backspace>" #'sp-splice-sexp)
|
||||
|
||||
;;; treemacs
|
||||
(:when (featurep! :ui treemacs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue