馃敀 Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 14 lines 237 B view raw
1return { 2 "nvim-mini/mini.surround", 3 opts = { 4 mappings = { 5 add = ";;", 6 delete = ";d", 7 find = ";f", 8 find_left = ";F", 9 highlight = ";h", 10 replace = ";r", 11 update_n_lines = ";n", 12 }, 13 }, 14}