From 9390d5dd8ea10b0f3a8dbefd2bc532222f652ff7 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 11 May 2019 15:58:57 +0200 Subject: [PATCH] Changed keybindings. --- init.el | 13 ++++++++----- server/server | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/init.el b/init.el index ba3fd8d..89219e9 100644 --- a/init.el +++ b/init.el @@ -1,5 +1,5 @@ ;;; init.el --- tastytea's Emacs init file. -;; Time-stamp: <2019-05-10T15:37:04+00:00> +;; Time-stamp: <2019-05-10T15:45:13+00:00> ;;; Commentary: ;; I am using this file with Emacs 26, but most of it will probably work with @@ -164,8 +164,6 @@ With argument, do this that many times." (my/delete-word (- arg))) :config (bind-keys - ;; Switch window - ("C-" . other-window) ;; Reduce whitespace around cursor to 0 or 1, according to context. ("C-S-" . fixup-whitespace) ;; Scroll without moving the cursor. @@ -174,8 +172,13 @@ With argument, do this that many times." ;; Delete words without storing them in the kill buffer. ("C-" . my/delete-word) ("C-" . my/backward-delete-word) + ;; Switch buffers. ("M-" . previous-buffer) - ("M-" . next-buffer))) + ("M-" . next-buffer) + ;; Switch windows. + ("M-S-" . previous-multiframe-window) + ("M-S-" . next-multiframe-window) + )) ;;;;;;;;;;;;;;;;;;;; Programming / general ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Online documentation mode. @@ -698,7 +701,7 @@ With argument, do this that many times." (nconc clean-buffer-list-kill-regexps '("\\`magit-?.*:" "\\.log\\'" - "\\`'\\*rdm\\*\\'"))) + "\\`\\*rdm\\*\\'"))) (midnight-mode t)) ;; The string Time-stamp: <> in the first 8 lines of the file will be updated diff --git a/server/server b/server/server index 800dc63..faa1a09 100644 --- a/server/server +++ b/server/server @@ -1,2 +1,2 @@ -127.0.0.1:51313 2731 +127.0.0.1:51313 7492 phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh \ No newline at end of file