{"id":17637943,"url":"https://github.com/iaalm/terminal-drawer.vim","last_synced_at":"2025-05-06T11:44:55.586Z","repository":{"id":176618095,"uuid":"658724452","full_name":"iaalm/terminal-drawer.vim","owner":"iaalm","description":"Vim plugin for quick open/close terminal drawer","archived":false,"fork":false,"pushed_at":"2024-02-26T11:50:35.000Z","size":24,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-25T16:51:32.319Z","etag":null,"topics":["terminal","vim","vim-plugin"],"latest_commit_sha":null,"homepage":"","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/iaalm.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-26T11:14:01.000Z","updated_at":"2024-11-12T23:03:16.000Z","dependencies_parsed_at":"2024-10-23T08:26:10.175Z","dependency_job_id":"3aa07e13-dce7-4c4a-af5d-5b5e320c5095","html_url":"https://github.com/iaalm/terminal-drawer.vim","commit_stats":null,"previous_names":["iaalm/terminal-drawer.vim"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaalm%2Fterminal-drawer.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaalm%2Fterminal-drawer.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaalm%2Fterminal-drawer.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaalm%2Fterminal-drawer.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iaalm","download_url":"https://codeload.github.com/iaalm/terminal-drawer.vim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242789189,"owners_count":20185402,"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":["terminal","vim","vim-plugin"],"created_at":"2024-10-23T03:07:49.196Z","updated_at":"2025-03-10T04:30:53.538Z","avatar_url":"https://github.com/iaalm.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📟 📥 terminal-drawer.vim\nThe purpose of this plugin is quite simple: use `\u003cC-t\u003e` or any key mapping to toggle terminal. \n\nMost time, you just need a terminal to run a single command like a `make`. But you need to:\n- `:term` to open a terminal\n- `\u003cC-w\u003e:hid` to hidden the terminal Or bare it use some of you coding space\n- remember the buffer number of terminal OR use some tools like fzf to search buffer\n- `:sp {bufnr}` to find back you terminal\nNow you can do with only one key mapping you chosen.\n\n## 🔌 Requirements\n\nVim/NeoVim with terminal feature\n\n## 🚀 Installation\n\nvim-plug\n```\nPlug 'iaalm/terminal-drawer.vim'\n```\n\npacker.nvim\n```\nuse 'iaalm/terminal-drawer.vim'\n```\n\ndein.nvim\n```\ncall dein#add('iaalm/terminal-drawer.vim')\n```\n\n## ⚡️ Usage\n\nUse `Ctrl-t` to open a terminal. If any terminal already opened, switch to it. If you're focuing on one, hidden it.\n\n## 🎛️ Options\n\n```vim\n\" Change your shell. This is useful if the variable \"shell\" is used by too many plugins.\nlet g:terminal_drawer_shell = \"zsh\"\n\n\" Change the binding to another one, if you need \u003cC-t\u003e for other thing.\nlet g:terminal_drawer_leader = \"\u003cC-s\u003e\"\n```\n\n## 💡 Acknowledge\n\nInspired by [quick-terminal.vim](https://gist.github.com/shivamashtikar/16a4d7b83b743c9619e29b47a66138e0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiaalm%2Fterminal-drawer.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiaalm%2Fterminal-drawer.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiaalm%2Fterminal-drawer.vim/lists"}