chore(nvim): update keymapping

This commit is contained in:
Rob Watson 2025-04-26 07:33:17 +02:00
parent 442efdb482
commit 61e70a3581

View File

@ -68,7 +68,8 @@ iabbrev err! err != nil {<cr><cr>}<esc>kcc<c-r>=Eatchar('\s')<cr>
iabbrev ior io.Reader iabbrev ior io.Reader
iabbrev iorc io.ReadCloser iabbrev iorc io.ReadCloser
iabbrev iow io.Writer iabbrev iow io.Writer
iabbrev gof go func() {<cr><cr>}()<esc>kcc<c-r>=Eatchar('\s')<cr> iabbrev gfnc go func() {<cr><cr>}()<esc>kcc<c-r>=Eatchar('\s')<cr>
iabbrev fnc func() {<cr><cr>}<esc>kcc<c-r>=Eatchar('\s')<cr>
iabbrev fortc for _, tc := range testCases {<cr>t.Run(tc.name, func(t *testing.T) {<cr><cr>})<cr>}<esc>kkcc<c-r>=Eatchar('\s')<cr> iabbrev fortc for _, tc := range testCases {<cr>t.Run(tc.name, func(t *testing.T) {<cr><cr>})<cr>}<esc>kkcc<c-r>=Eatchar('\s')<cr>
iabbrev mapss map[string]string iabbrev mapss map[string]string
iabbrev mapsi map[string]int iabbrev mapsi map[string]int