jvgrootveld / telescope-zoxide

An extension for telescope.nvim that allows you operate zoxide within Neovim.
MIT License
315 stars 16 forks source link

Add `<C-t>` mapping that does `:tcd` instead of `:cd` #17

Closed mawkler closed 1 year ago

mawkler commented 1 year ago

:tcd only changes the directory of the current tab.

I also took the freedom to refactor the usage of vim.cmd and switch it to indexing rather than string concatenation, which is possible since https://github.com/neovim/neovim/pull/19238.