Bind unwrap sexp to key
This commit is contained in:
parent
0f643965e4
commit
dea0ee68d1
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@
|
|||
(define-key smartparens-mode-map (kbd "C-c `") 'wrap-with-back-quotes)
|
||||
|
||||
(define-key smartparens-mode-map (kbd "C-c s r") 'sp-rewrap-sexp)
|
||||
(define-key smartparens-mode-map (kbd "C-c s u") 'sp-unwrap-sexp)
|
||||
|
||||
(define-key smartparens-mode-map (kbd "C-M-f") 'sp-forward-sexp)
|
||||
(define-key smartparens-mode-map (kbd "C-M-b") 'sp-backward-sexp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue