From 24bc1ad5a9a4f78410ad65492a53329f759408d7 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Fri, 23 Jun 2017 13:04:59 +0200 Subject: Add enlarge-window-horizontally and shrink-window-horizontally bindings. Update php-mode --- .emacs | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs') diff --git a/.emacs b/.emacs index 8f6a200..912f1fb 100644 --- a/.emacs +++ b/.emacs @@ -4,6 +4,9 @@ (global-set-key [delete] 'delete-char) (global-set-key [kp-delete] 'delete-char) +(global-set-key (kbd "S-C-") 'shrink-window-horizontally) +(global-set-key (kbd "S-C-") 'enlarge-window-horizontally) + ;; My own key bindings ;; ;;(global-set-key [f1] 'compile) -- cgit v1.3