From febad24a1d68bd5abb491b1fad0bf291cb8c0b0e Mon Sep 17 00:00:00 2001 From: Sean Farley Date: Mon, 28 Jan 2019 14:23:12 -0800 Subject: [PATCH] bindings: add some more macos behaviors --- modules/config/default/config.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/config/default/config.el b/modules/config/default/config.el index bb715147d..03a99e17a 100644 --- a/modules/config/default/config.el +++ b/modules/config/default/config.el @@ -139,9 +139,14 @@ "s-n" #'+default/new-buffer "s-N" #'make-frame "s-q" (if (daemonp) #'delete-frame #'save-buffers-kill-terminal) + "C-s-f" #'toggle-frame-fullscreen + ;; Restore somewhat common navigation + "s-l" #'goto-line ;; Restore OS undo, save, copy, & paste keys (without cua-mode, because ;; it imposes some other functionality and overhead we don't need) + "s-f" #'swiper "s-z" #'undo + "s-Z" #'redo "s-c" (if (featurep 'evil) #'evil-yank #'copy-region-as-kill) "s-v" #'yank "s-s" #'save-buffer