# Custom ToggleTerm Setup Quick notes on the terminal experience provided by `lua/custom/plugins/toggleterm.lua`. ## Highlights - Floating terminals sized responsively to the current UI (`` or `tf`). - Dedicated splits: `th` (horizontal) and `tv` (vertical). - Terminal picker `tt`, plus a pre-configured floating `lazygit` on `tg`. - Send code to the primary terminal with `ts` (line or visual selection). - Terminal windows inherit familiar navigation (``, `jk`, ``) automatically. ## Tips - Use counts (`2ToggleTerm`, `3ToggleTerm`) when you want to retarget a specific layout. - `TermExec cmd="npm run test"` reuses the floating terminal without stealing focus. - Update sizing or borders in `float_opts` if your display or font spacing demands it.