P1
Size: a a a
P1
DA
M-b M-@ M-d
S
PG
M-b M-@ M-d
PG
d
M-b M-@ M-d
(use-package emacs
....
:custom
(delete-selection-mode t))
d
D
P1
M-b M-@ M-d
(use-package expand-region
:ensure t
:bind
("M-SPC" . er/expand-region)
("M-S-SPC" . er/contract-region)
("S-SPC" . mark-current-line)
:config
(setq expand-region-contract-fast-key "M-S-SPC"
expand-region-reset-fast-key "<ESC><ESC>"))
(delete-selection-mode 1)
VL
M-b M-@ M-d
VL
D
VL
VL
S
VL
S
PG
A