This commit is contained in:
Robert Altner 2024-07-16 10:01:56 +02:00
parent 9816bfb18d
commit 46edf6566d
No known key found for this signature in database
GPG key ID: 58794C52DAF9EAD8
4 changed files with 11 additions and 1 deletions

View file

@ -20,6 +20,7 @@ map("n", "<leader>s", ":Telescope live_grep glob_pattern=*.{ts,html,c,h,go,json,
map("n", "<leader>sc", ":noh<CR>")
map("n", "gs", ":call CocAction('jumpDefinition', 'split')<CR>")
map("n", "gt", ":CocCommand clangd.switchSourceHeader<CR>")
map("n", "<leader>1", "1gt")
map("n", "<leader>2", "2gt")