From a27af4105a30e4c78435f2f69f0035489620a46b Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 23 Nov 2024 15:40:10 +0000 Subject: darwin/emacs: More keybindings to resize frames --- dotfiles-darwin/emacs/functions.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dotfiles-darwin/emacs') diff --git a/dotfiles-darwin/emacs/functions.el b/dotfiles-darwin/emacs/functions.el index 4a39418..c9b16be 100644 --- a/dotfiles-darwin/emacs/functions.el +++ b/dotfiles-darwin/emacs/functions.el @@ -24,7 +24,9 @@ ("j" . ((width . ,(/ 2.0 3)))) ("k" . ((left . 1.0) (width . ,(/ 2.0 3)))) ("l" . ((left . 0.5) (width . 0.5))) - ("o" . ((left . 1.0) (width . 0.5))))) + ("o" . ((left . 1.0) (width . 0.5))) + ("p" . ((left . 1.0) (width . ,(/ 1.0 3)))) + ("u" . ((width . ,(/ 1.0 3)))))) (keymap-set map (car elem) (lambda () (interactive) (my/modify-frame-parameters (cdr elem))))) -- cgit v1.2.3-70-g09d2