We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4569e commit aaae959Copy full SHA for aaae959
README.md
@@ -480,6 +480,7 @@ augroup omnisharp_commands
480
autocmd FileType cs nmap <silent> <buffer> <Leader>osd <Plug>(omnisharp_documentation)
481
autocmd FileType cs nmap <silent> <buffer> <Leader>osfs <Plug>(omnisharp_find_symbol)
482
autocmd FileType cs nmap <silent> <buffer> <Leader>osfx <Plug>(omnisharp_fix_usings)
483
+ autocmd FileType cs nmap <silent> <buffer> <Leader>osfo <Plug>(omnisharp_fold)
484
autocmd FileType cs nmap <silent> <buffer> <C-\> <Plug>(omnisharp_signature_help)
485
autocmd FileType cs imap <silent> <buffer> <C-\> <Plug>(omnisharp_signature_help)
486
0 commit comments