File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ nnoremap <C-c><C-c> :LAck!<Space>
286
286
" commands
287
287
au FileType go nmap <leader> r <Plug> (go-run)
288
288
au FileType go nmap <leader> t <Plug> (go-alternate-edit)
289
- au FileType go nmap <leader> s <Plug> (go-callees )
289
+ au FileType go nmap <leader> s <Plug> (go-info )
290
290
au FileType go nmap <leader> d <Plug> (go-def)
291
291
au FileType go nmap <leader> f <Plug> (go-referrers)
292
292
au FileType go nmap <leader> g <Plug> (go-implements)
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ curl -L https://github.com/modood/vimrc/raw/master/install.sh | bash
82
82
| ` <Leader>o ` | Show declarations for the current file<br />Generate table of contents for markdown | vim-go<br />vim-markdown-toc |
83
83
| ` <Leader>p ` | Show declarations for the current directory<br />markdown preview | vim-go<br />vim-instant-markdown |
84
84
| ` <Leader>a ` | - | - |
85
- | ` <Leader>s ` | Show A list of possible call targets | vim-go |
85
+ | ` <Leader>s ` | Show type information | vim-go |
86
86
| ` <Leader>d ` | Go to symbol/declaration | vim-go |
87
87
| ` <Leader>f ` | Shows identifiers that refer to the same object | vim-go |
88
88
| ` <Leader>g ` | A list of interfaces for the type that implements | vim-go |
You can’t perform that action at this time.
0 commit comments