All Projects → ramnes → move-border

ramnes / move-border

Licence: other
Emacs windows resizing made intuitive

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to move-border

Emacs.d
Emacs configuration files
Stars: ✭ 78 (+387.5%)
Mutual labels:  emacs-configuration
Doom Emacs
An Emacs framework for the stubborn martian hacker
Stars: ✭ 12,774 (+79737.5%)
Mutual labels:  emacs-configuration
.doom.d
Private DOOM Emacs config highly focused around orgmode and GTD methodology, along with language support for Python and Elisp.
Stars: ✭ 185 (+1056.25%)
Mutual labels:  emacs-configuration
.emacs.d
Centaur Emacs - A Fancy and Fast Emacs Configuration
Stars: ✭ 1,251 (+7718.75%)
Mutual labels:  emacs-configuration
Circadian.el
Theme-switching for Emacs based on daytime
Stars: ✭ 105 (+556.25%)
Mutual labels:  emacs-configuration
Emacs Bootstrap
Your on-the-fly Emacs development environment.
Stars: ✭ 147 (+818.75%)
Mutual labels:  emacs-configuration
.emacs.d
My emacs configuration
Stars: ✭ 76 (+375%)
Mutual labels:  emacs-configuration
dotfiles
I showed you my source code, pls respond
Stars: ✭ 45 (+181.25%)
Mutual labels:  emacs-configuration
Emacs Gtd
Get Things Done with Emacs
Stars: ✭ 111 (+593.75%)
Mutual labels:  emacs-configuration
Lunarymacs
Moon-based Emacs configuration.
Stars: ✭ 151 (+843.75%)
Mutual labels:  emacs-configuration
Quark Emacs
🚀 An incredible wonderland of code
Stars: ✭ 86 (+437.5%)
Mutual labels:  emacs-configuration
Dotfiles
This is a mirror from https://gitlab.com/andreyorst/dotfiles
Stars: ✭ 103 (+543.75%)
Mutual labels:  emacs-configuration
Writingwithemacs
Tips, Examples, and Resources for Writing with Emacs
Stars: ✭ 150 (+837.5%)
Mutual labels:  emacs-configuration
Dotemacs
BG's custom Emacs setup
Stars: ✭ 78 (+387.5%)
Mutual labels:  emacs-configuration
Uncledavesemacs
My personal ~/.emacs.d
Stars: ✭ 204 (+1175%)
Mutual labels:  emacs-configuration
Emacszh Tg Configs
emacszh telegram 群组成员的配置文件
Stars: ✭ 77 (+381.25%)
Mutual labels:  emacs-configuration
Dotfiles
Configuration files for XMonad, Emacs, NixOS, Taffybar and more.
Stars: ✭ 127 (+693.75%)
Mutual labels:  emacs-configuration
my-emacs
My Emacs configuration
Stars: ✭ 35 (+118.75%)
Mutual labels:  emacs-configuration
.emacs.d
My emacs configuration
Stars: ✭ 224 (+1300%)
Mutual labels:  emacs-configuration
Dotfiles
My dotfiles
Stars: ✭ 150 (+837.5%)
Mutual labels:  emacs-configuration

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.

;; example key bindings
(global-set-key (kbd "M-S-<up>") 'move-border-up)
(global-set-key (kbd "M-S-<down>") 'move-border-down)
(global-set-key (kbd "M-S-<left>") 'move-border-left)
(global-set-key (kbd "M-S-<right>") '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 ([email protected]).

License

(c) the unknown original author

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].