Text("Hello")
Text("world")👇 cursor here
_ {
Text("Hello")
Text("world")
}| "----------add { } arround of selected lines, end in insert mode-------------" | |
| xnoremap <leader>ai dO{<CR><Esc>Pk%kddviB>kI <C-o>h | |
| "----------add { } arround of selected lines, end in normal mode-------------" | |
| xnoremap <leader>an dO{<CR><Esc>Pk%kddviB>kI <Esc>h |