chore(nvim): update keymapping
This commit is contained in:
parent
442efdb482
commit
61e70a3581
@ -68,7 +68,8 @@ iabbrev err! err != nil {<cr><cr>}<esc>kcc<c-r>=Eatchar('\s')<cr>
|
||||
iabbrev ior io.Reader
|
||||
iabbrev iorc io.ReadCloser
|
||||
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 mapss map[string]string
|
||||
iabbrev mapsi map[string]int
|
||||
|
Loading…
x
Reference in New Issue
Block a user