Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 250 Bytes

evil-lispy.org

File metadata and controls

20 lines (10 loc) · 250 Bytes

Notes on how to use Evil-Lispy mode.

https://github.com/sp3ctum/evil-lispy

To enter Evil Lispy use: ( or ), C-SPC, <i, or >A.

vim surround

hello world
ys2w"

“|hello world”

i.e. from inside the double quotes do:

cs"'

‘|hello world’