diff --git a/coc-settings.json b/coc-settings.json index 3fe5002..b84546d 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -5,5 +5,6 @@ "--suggest-missing-includes", "--clang-tidy" ], + "coc.preferences.jumpCommand": "vsplit", "powershell.integratedConsole.showOnStartup": false } diff --git a/vimrc b/vimrc index f928dc5..769b752 100644 --- a/vimrc +++ b/vimrc @@ -55,6 +55,7 @@ nnoremap nnoremap B :bprevious nnoremap b :bnext +nnoremap d (coc-definition) map map