ldelossa / litee.nvim

A framework for building Neovim plugins
409 stars 14 forks source link

Feature: Add Tab/Split Jumps #41

Closed ldelossa closed 2 years ago

ldelossa commented 2 years ago

Right now jumps from the calltree UI only support jumping in the invoking window.

Sometimes its useful to open the jumped location in a new tab or split so not loose your place in the file currently being edited. Implement this.

ldelossa commented 2 years ago

implemented in 5c391cd48429eab222e971ddb45b14902ae1f2e2