Termcwd – a package/plugin of basic wrapper-functions to toggle your (Neo)vim terminals
I extracted and expanded a part of my (Neo)vim configuration code to quickly toggle/focus (Neo)vim terminals for current working directories (CWDs).
Tags:
My Termcwd package – at Github – consists of tiny lazy loaded scripts with functions intended to map to key shortcuts to quickly toggle/focus your (Neo)vim terminals for the current working directory (CWD). Choose between toggling in the current window, to a top or bottom split window, or to a tab.
Basically it’s the most basic of extra functionality I want for handling terminals inside Vim. Nothing fancy, just vanilla Vim commands put together, no fancy layout handling (e.g. auto tackling a file tree window), perhaps more suited for those embracing a more traditional Vim way. For Neovim Termcwd includes Lua wrappers.