From cae62a4c0bc3e09c5d74124d160d0f02bf8cf4fb Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Wed, 7 Dec 2022 12:48:11 +0100 Subject: added files --- .emacs.d/keybinds.el | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .emacs.d/keybinds.el (limited to '.emacs.d/keybinds.el') diff --git a/.emacs.d/keybinds.el b/.emacs.d/keybinds.el new file mode 100644 index 0000000..e0fa2ed --- /dev/null +++ b/.emacs.d/keybinds.el @@ -0,0 +1,14 @@ +;; Control X +(global-set-key (kbd "C-x 2") 'split-and-follow-horizontally) +(global-set-key (kbd "C-x 3") 'split-and-follow-vertically) + +;; Super +(global-set-key (kbd "s-C-") 'shrink-window-horizontally) +(global-set-key (kbd "s-C-") 'enlarge-window-horizontally) +(global-set-key (kbd "s-C-") 'shrink-window) +(global-set-key (kbd "s-C-") 'enlarge-window) +(global-set-key (kbd "") 'eshell-other-window) + +;; Control C +(global-set-key (kbd "C-c r") 'recentf-open-files) +(global-set-key (kbd "C-c t") 'toggle-transparency) -- cgit v1.2.3