https://github.com/ramnes/move-border
Emacs windows resizing made intuitive
https://github.com/ramnes/move-border
emacs emacs-configuration emacs-lisp emacs-modules emacs-windows-resizing
Last synced: about 1 year ago
JSON representation
Emacs windows resizing made intuitive
- Host: GitHub
- URL: https://github.com/ramnes/move-border
- Owner: ramnes
- Created: 2014-04-08T16:35:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T11:04:18.000Z (over 10 years ago)
- Last Synced: 2025-04-02T12:57:57.734Z (about 1 year ago)
- Topics: emacs, emacs-configuration, emacs-lisp, emacs-modules, emacs-windows-resizing
- Language: Emacs Lisp
- Homepage:
- Size: 2.93 KB
- Stars: 19
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
move-border
===========
Move-border provides functions for resizing Emacs windows, considering the
current window border instead of the window itself.
So, by binding your keys to `move-border-up`, `move-border-down`,
`move-border-left`, and `move-border-right`, you can resize your windows much
more intuitively than if you were using `shrink-window`, `enlarge-window`,
`shrink-window-horizontally` and `enlarge-window-horizontally`.
```lisp
;; example key bindings
(global-set-key (kbd "M-S-") 'move-border-up)
(global-set-key (kbd "M-S-") 'move-border-down)
(global-set-key (kbd "M-S-") 'move-border-left)
(global-set-key (kbd "M-S-") 'move-border-right)
```
Disclaimer
----------
I am not the author of this file, but found it on a blog where the blog author
is also saying that he is not the author. So, no one knows who is the author.
If you are the author, please send me a word (contact@ramnes.eu).
License
-------
(c) the unknown original author