Skip to content

Commit

Permalink
Remove smartparens keys on vanilla C/M arrow keys
Browse files Browse the repository at this point in the history
Maybe some extra effort is needed to make these only available in lisp
modes, but this has proven to be a poor global default.
  • Loading branch information
hlissner committed Nov 2, 2020
1 parent 7d60318 commit 3abd26a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions modules/config/default/+emacs-bindings.el
Expand Up @@ -558,11 +558,7 @@
"C-M-b" #'sp-backward-sexp
"C-M-d" #'sp-splice-sexp
"C-M-k" #'sp-kill-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)
"C-M-t" #'sp-transpose-sexp)

;;; treemacs
(:when (featurep! :ui treemacs)
Expand Down

0 comments on commit 3abd26a

Please sign in to comment.