Remove smartparens keys on vanilla C/M arrow keys
Maybe some extra effort is needed to make these only available in lisp modes, but this has proven to be a poor global default.
This commit is contained in:
parent
7d603185e1
commit
3abd26aaff
1 changed files with 1 additions and 5 deletions
|
@ -558,11 +558,7 @@
|
||||||
"C-M-b" #'sp-backward-sexp
|
"C-M-b" #'sp-backward-sexp
|
||||||
"C-M-d" #'sp-splice-sexp
|
"C-M-d" #'sp-splice-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-<right>" #'sp-forward-slurp-sexp
|
|
||||||
"M-<right>" #'sp-forward-barf-sexp
|
|
||||||
"C-<left>" #'sp-backward-slurp-sexp
|
|
||||||
"M-<left>" #'sp-backward-barf-sexp)
|
|
||||||
|
|
||||||
;;; treemacs
|
;;; treemacs
|
||||||
(:when (featurep! :ui treemacs)
|
(:when (featurep! :ui treemacs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue