{"id":16668393,"url":"https://github.com/ramnes/move-border","last_synced_at":"2025-04-09T19:32:26.827Z","repository":{"id":15826338,"uuid":"18566167","full_name":"ramnes/move-border","owner":"ramnes","description":"Emacs windows resizing made intuitive","archived":false,"fork":false,"pushed_at":"2015-11-24T11:04:18.000Z","size":3,"stargazers_count":19,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T12:57:57.734Z","etag":null,"topics":["emacs","emacs-configuration","emacs-lisp","emacs-modules","emacs-windows-resizing"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ramnes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-08T16:35:20.000Z","updated_at":"2024-04-30T16:48:53.000Z","dependencies_parsed_at":"2022-07-22T23:20:09.842Z","dependency_job_id":null,"html_url":"https://github.com/ramnes/move-border","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/ramnes%2Fmove-border","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramnes%2Fmove-border/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramnes%2Fmove-border/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramnes%2Fmove-border/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramnes","download_url":"https://codeload.github.com/ramnes/move-border/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248097971,"owners_count":21047346,"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":["emacs","emacs-configuration","emacs-lisp","emacs-modules","emacs-windows-resizing"],"created_at":"2024-10-12T11:24:54.672Z","updated_at":"2025-04-09T19:32:26.799Z","avatar_url":"https://github.com/ramnes.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"move-border\n===========\n\nMove-border provides functions for resizing Emacs windows, considering the\ncurrent window border instead of the window itself.\n\nSo, by binding your keys to `move-border-up`, `move-border-down`,\n`move-border-left`, and `move-border-right`, you can resize your windows much\nmore intuitively than if you were using `shrink-window`, `enlarge-window`,\n`shrink-window-horizontally` and `enlarge-window-horizontally`.\n\n```lisp\n;; example key bindings\n(global-set-key (kbd \"M-S-\u003cup\u003e\") 'move-border-up)\n(global-set-key (kbd \"M-S-\u003cdown\u003e\") 'move-border-down)\n(global-set-key (kbd \"M-S-\u003cleft\u003e\") 'move-border-left)\n(global-set-key (kbd \"M-S-\u003cright\u003e\") 'move-border-right)\n```\n\n\nDisclaimer\n----------\n\nI am not the author of this file, but found it on a blog where the blog author\nis also saying that he is not the author. So, no one knows who is the author.\n\nIf you are the author, please send me a word (contact@ramnes.eu).\n\n\nLicense\n-------\n\n(c) the unknown original author\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framnes%2Fmove-border","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framnes%2Fmove-border","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framnes%2Fmove-border/lists"}