{"id":13898264,"url":"https://github.com/wvffle/vimterm","last_synced_at":"2025-04-11T16:23:43.991Z","repository":{"id":114769259,"uuid":"75448798","full_name":"wvffle/vimterm","owner":"wvffle","description":"Simple :terminal at the bottom of workspace for neovim","archived":false,"fork":false,"pushed_at":"2018-03-02T17:09:45.000Z","size":1138,"stargazers_count":28,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T16:23:28.952Z","etag":null,"topics":["neovim"],"latest_commit_sha":null,"homepage":"https://wvffle.net","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wvffle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-12-03T03:18:55.000Z","updated_at":"2024-03-14T00:19:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"f720afd1-3eb1-4cc1-9aea-0516b7d550ec","html_url":"https://github.com/wvffle/vimterm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvffle%2Fvimterm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvffle%2Fvimterm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvffle%2Fvimterm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvffle%2Fvimterm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wvffle","download_url":"https://codeload.github.com/wvffle/vimterm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248438667,"owners_count":21103453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["neovim"],"created_at":"2024-08-06T18:04:11.842Z","updated_at":"2025-04-11T16:23:43.958Z","avatar_url":"https://github.com/wvffle.png","language":"Vim script","readme":"# vimterm\n\n![](https://cdn.rawgit.com/wvffle/vimterm/screenshots/waff%40nyarch2.png)\n\nvimterm provides simple window with neovim's :terminal at the bottom of the screen.\n\nBut why? That's a good question. vimterm lets you operate with your files and have a single terminal window attached to the bottom of your workspace.\nFor example, you can create a mapping to compile c++ programs with g++ without leaving your best editor.\n\nExample mappings could look like this:\n```viml\nnnoremap \u003csilent\u003e \u003cF4\u003e :call vimterm#run('g++  -o /tmp/out' . expand('%')) \u003cCR\u003e\nnnoremap \u003csilent\u003e \u003cF5\u003e :call vimterm#exec('/tmp/out') \u003cCR\u003e\n\nnnoremap \u003cF7\u003e :call vimterm#toggle() \u003cCR\u003e\ntnoremap \u003cF7\u003e \u003cC-\\\u003e\u003cC-n\u003e:call vimterm#toggle() \u003cCR\u003e\n```\n\n## installation\nBasically it's the same as every other plugin, so you can use dein for that:\n```viml\ncall dein#add('wvffle/vimterm')\n```\n\n## screenshots\n![](https://cdn.rawgit.com/wvffle/vimterm/screenshots/waff%40nyarch2.png)\n![](https://cdn.rawgit.com/wvffle/vimterm/screenshots/waff%40nyarch.png)\n![](https://cdn.rawgit.com/wvffle/vimterm/screenshots/git.png)\n","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwvffle%2Fvimterm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwvffle%2Fvimterm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwvffle%2Fvimterm/lists"}