{"id":15494913,"url":"https://github.com/fracpete/vim-simpleguifont","last_synced_at":"2026-05-04T02:33:26.478Z","repository":{"id":146381562,"uuid":"320912451","full_name":"fracpete/vim-simpleguifont","owner":"fracpete","description":"Simple vim plugin for changing the font size of your GVim via keybindings.","archived":false,"fork":false,"pushed_at":"2020-12-12T20:05:31.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-19T12:15:50.491Z","etag":null,"topics":["font","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/fracpete.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,"publiccode":null,"codemeta":null}},"created_at":"2020-12-12T19:55:40.000Z","updated_at":"2020-12-13T22:31:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"8671ddfc-810a-4c9f-ab20-339755174d0e","html_url":"https://github.com/fracpete/vim-simpleguifont","commit_stats":{"total_commits":3,"total_committers":2,"mean_commits":1.5,"dds":"0.33333333333333337","last_synced_commit":"324df7d854add38671c3dc7e5be9fa8a248e63e0"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fracpete%2Fvim-simpleguifont","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fracpete%2Fvim-simpleguifont/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fracpete%2Fvim-simpleguifont/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fracpete%2Fvim-simpleguifont/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fracpete","download_url":"https://codeload.github.com/fracpete/vim-simpleguifont/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246068301,"owners_count":20718503,"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":["font","vim","vim-plugin"],"created_at":"2024-10-02T08:15:35.248Z","updated_at":"2026-05-04T02:33:21.428Z","avatar_url":"https://github.com/fracpete.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-simpleguifont\nSimple vim plugin for changing the font size of your GVim via keybindings.\n\nThis plugin is based on Alexander Anderson's guifont++ plugin:\n\nhttps://www.vim.org/scripts/script.php?script_id=593\n\nThis plugin defines key mappings to quickly make the GUI font larger or\nsmaller. The default mappings are `+` to make the font larger by 1 point\nand `-` to make the font smaller by 1 point. The original font size can\nbe restored with \"=\" key at any time. The mappings are user-configurable\n(see the installation section below).\n\nThis plugin sets the `guifont` option using the following format:\n\n```\nguifont = \u003cfontname\u003e \u003cfontsize\u003e\n```\n\nCompared to the original guifont++ plugin, this plugin requires you to\ndefine the name of the font that you want to use. For example, when \nusing the 'Hack' (https://sourcefoundry.org/hack/) font, you need to\nset the following in your `.vimrc` file:\n\n```\nlet simpleguifont_fontname=\"Hack\"\n```\n\n## Installation\n\nSimply copy this plugin into your plugin directory. (See 'plugin' in the\nVim User Manual.) Additionally, you may choose to override one of the\nfollowing global variables, which are used by this plugin, in your vimrc\nfile:\n\n* simpleguifont_size_increment (default: 1)\n\n  The number of points by which to make the font size smaller or larger.\n\n* simpleguifont_smaller_font_map (default: \"-\")\n\n  LHS of the key mapping to make the font size smaller.\n\n* simpleguifont_larger_font_map (default: \"+\")\n\n  LHS of the key mapping to make the font size larger.\n\n* simpleguifont_original_font_map (default: \"=\")\n\n  LHS of the key mapping to restore the original font size.\n\nFor example, you could have something like this in your vimrc file:\n\n```\nlet simpleguifont_size_increment=2\nlet simpleguifont_smaller_font_map=\"\u003cF6\u003e\"\nlet simpleguifont_larger_font_map=\"\u003cS-F6\u003e\"\nlet simpleguifont_original_font_map=\"\u003cC-F6\u003e\"\nlet simpleguifont_fontname=\"Hack\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffracpete%2Fvim-simpleguifont","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffracpete%2Fvim-simpleguifont","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffracpete%2Fvim-simpleguifont/lists"}