Telescope coc definitionsで定義に飛んだ後に元の使用箇所に戻ろうとして<C-o>したら知らんとこにぶっ飛んでってしまうのでちゃんと元の場所に戻れるようにする。 Telescope coc definitions push_cursor_on_edit=true 自キーマップ vim.keymap.set({ 'n' }, '<Leader>f', '[telescope]', { remap = true }) vim.keymap.set({ 'n' }, '[telescope]gd', '<Cmd>Telescope coc definitions push_cu…