This website requires JavaScript.
Explore
Help
Register
Sign In
hypercross
/
nvim-configs
Watch
1
Star
0
Fork
You've already forked nvim-configs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0cab7571ba
nvim-configs
/
lua
/
plugins
/
surround.lua
12 lines
148 B
Lua
Raw
Normal View
History
Unescape
Escape
fix: surround keymap
2025-05-22 11:53:33 +08:00
return
{
{
"
echasnovski/mini.surround
"
,
opts
=
{
mappings
=
{
replace
=
"
cs
"
,
feat: ideavim-compatible keystrokes
2025-08-16 14:17:31 +08:00
delete
=
"
ds
"
,
fix: surround keymap
2025-05-22 11:53:33 +08:00
}
,
}
,
}
,
}