Changed keybindings.
This commit is contained in:
parent
5d5fce5c5a
commit
9390d5dd8e
13
init.el
13
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; 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:
|
;;; Commentary:
|
||||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
;; 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)))
|
(my/delete-word (- arg)))
|
||||||
:config
|
:config
|
||||||
(bind-keys
|
(bind-keys
|
||||||
;; Switch window
|
|
||||||
("C-<tab>" . other-window)
|
|
||||||
;; Reduce whitespace around cursor to 0 or 1, according to context.
|
;; Reduce whitespace around cursor to 0 or 1, according to context.
|
||||||
("C-S-<delete>" . fixup-whitespace)
|
("C-S-<delete>" . fixup-whitespace)
|
||||||
;; Scroll without moving the cursor.
|
;; 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.
|
;; Delete words without storing them in the kill buffer.
|
||||||
("C-<delete>" . my/delete-word)
|
("C-<delete>" . my/delete-word)
|
||||||
("C-<backspace>" . my/backward-delete-word)
|
("C-<backspace>" . my/backward-delete-word)
|
||||||
|
;; Switch buffers.
|
||||||
("M-<left>" . previous-buffer)
|
("M-<left>" . previous-buffer)
|
||||||
("M-<right>" . next-buffer)))
|
("M-<right>" . next-buffer)
|
||||||
|
;; Switch windows.
|
||||||
|
("M-S-<left>" . previous-multiframe-window)
|
||||||
|
("M-S-<right>" . next-multiframe-window)
|
||||||
|
))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;; Programming / general ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;; Programming / general ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Online documentation mode.
|
;; Online documentation mode.
|
||||||
|
@ -698,7 +701,7 @@ With argument, do this that many times."
|
||||||
(nconc clean-buffer-list-kill-regexps
|
(nconc clean-buffer-list-kill-regexps
|
||||||
'("\\`magit-?.*:"
|
'("\\`magit-?.*:"
|
||||||
"\\.log\\'"
|
"\\.log\\'"
|
||||||
"\\`'\\*rdm\\*\\'")))
|
"\\`\\*rdm\\*\\'")))
|
||||||
(midnight-mode t))
|
(midnight-mode t))
|
||||||
|
|
||||||
;; The string Time-stamp: <> in the first 8 lines of the file will be updated
|
;; The string Time-stamp: <> in the first 8 lines of the file will be updated
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
127.0.0.1:51313 2731
|
127.0.0.1:51313 7492
|
||||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user