all repos — nixfiles @ e3a948891e3a30081a045f83cf7beb151075c1b5

System and user configuration, managed by nix and home-manager

Emacs: Move sp-transpose to classic C-M-t

Alan Pearce
commit

e3a948891e3a30081a045f83cf7beb151075c1b5

parent

13290f1c8f69cf45f6c0b621f4bec96df8fd7301

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -1261,7 +1261,7 @@ (bind-key "C-(" #'wrap-with-paren sp-keymap)
(bind-key "C-)" #'sp-forward-slurp-sexp sp-keymap) (bind-key "M-<backspace>" #'backward-kill-word sp-keymap) (bind-key "M-?" #'sp-convolute-sexp sp-keymap) - (bind-key "M-t" #'sp-transpose-sexp sp-keymap) + (bind-key "C-M-t" #'sp-transpose-sexp sp-keymap) (bind-key "M-r" #'sp-raise-sexp sp-keymap) (bind-key "M-s" #'sp-splice-sexp sp-keymap) (bind-key "M-S" #'sp-split-sexp sp-keymap)