diff options
author | JSDurand <mmemmew@gmail.com> | 2021-07-20 18:12:34 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-07-20 18:12:34 +0800 |
commit | 47ea689f4440b01df9715948f400562251b9778c (patch) | |
tree | 940c720e510139d9a90b194260d8d0cd3c73bd15 | |
parent | d69726b67601c5292dc5da46f0e3b15c0b120329 (diff) |
change: replace and delete pairs
* init.el ("durand-simple"): Now I can replace or delete pairs
easily.
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -307,7 +307,7 @@ no effect." (use-package "durand-simple" 'durand-simple (define-key global-map (vector ?\C-\M-\s) #'durand-simple-mark-dwim) (define-key global-map (vector ?\C-o) #'durand-simple-open-line) - (define-key global-map (vector ?\C-') #'durand-simple-insert-pair)) + (define-key global-map (vector ?\C-') #'durand-simple-pair-dwim)) ;;; Searches |