Closed mawkler closed 1 year ago
:tcd only changes the directory of the current tab.
:tcd
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.
vim.cmd
: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.