Releases: williamjameshandley/vimteractive
Releases · williamjameshandley/vimteractive
2.7.1
2.7.0: GPT terminal (#38)
* Added a gpt terminal * Incremented version number
2.6.0: LLM REPL with shell_gpt (#37)
* Added first draft working sgpt * Updated documentation * Update README.rst * Added cycling commands * Big improvements to logging * Removed uid comment
2.4.1
bug fix for #32 ensuring return to previous buffer
2.4.0: Prevent automatic scroll on switching splits (#32)
* Moved insert switching into sendlines * Bumped readme version number * Made the code more readable
2.3.1
Correcting rename of vimteractive
2.3.0: APL REPL added (#24)
* Updates to documentation * Added apl as plugin * README notes
2.2.1: Fixing visual mode and bracketed paste (#23)
* fixing visual mode and bracketed paste * keeping bracketed paste as default * Added marks to ensure correct cursor positioning * Changed register x to unnamed register * Made a global default and updated documentation Co-authored-by: Will Handley <[email protected]>
2.2.0: Added ability to have vertical terminals (#21)
* Added ability to have vertical terminals * Corrected comment lines * Updated changelog
2.1.0: Merge pull request #15 from williamjameshandley/visual_selection
Send only visually selected text