summaryrefslogtreecommitdiff
path: root/lua/lvim/core/terminal.lua
AgeCommit message (Collapse)Author
2022-01-08refactor(term): leave the first few ids unassigned (#2156)kylo252
2021-12-11chore(terminal): avoid problematic layzgit mapping (#2068)kylo252
2021-12-11fix(terminal): allow disabling the open binding for toggletermChase Colman
2021-12-08fix: no longer treat lazygit missing as an error (#2051)kylo252
2021-12-06feat(terminal): lazygit can now be toggled (#2039)kylo252
* feat(terminal): lazygit can now be toggled - remove `hidden` parameter so it can be persistent - map keybinding for both normal and term modes - a default shell is now always reachable with `<C-t>` in a split - add an addition keybinding `<C-\>` for `lazygit` since it's hard to hit `<leader>gg` within the `timeoutlen` < 300ms * revert(terminal): use float direction by default
2021-10-10feat: add an independent lvim namespace (#1699)kylo252