Changed keybindings.
This commit is contained in:
parent
ab7e848a50
commit
6db5815c23
8
init.el
8
init.el
|
@ -215,7 +215,7 @@
|
|||
;; Better commenting
|
||||
(use-package smart-comment
|
||||
:bind
|
||||
("C-c c" . smart-comment))
|
||||
("C-x c" . smart-comment))
|
||||
|
||||
;; Toggle betweeen beginning/end of line and beginning/end of code
|
||||
(use-package mwim
|
||||
|
@ -231,7 +231,7 @@
|
|||
(use-package fold-dwim
|
||||
:bind
|
||||
("<f7>" . fold-dwim-toggle)
|
||||
("C-c f" . fold-dwim-toggle))
|
||||
("C-x t" . fold-dwim-toggle))
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;; Appearance ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
@ -359,7 +359,7 @@
|
|||
:config
|
||||
(delete 'newline-mark whitespace-style)
|
||||
:bind
|
||||
("C-c w" . 'whitespace-mode))
|
||||
("C-x w" . 'whitespace-mode))
|
||||
|
||||
;; Spell checking
|
||||
(use-package flyspell
|
||||
|
@ -383,7 +383,7 @@
|
|||
:init
|
||||
(global-unset-key (kbd "M-<down-mouse-1>"))
|
||||
:bind
|
||||
("C-c m c" . mc/edit-lines)
|
||||
("C-x M-m" . mc/edit-lines)
|
||||
("M-<mouse-1>" . mc/add-cursor-on-click))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;; File formats ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
127.0.0.1:51313 16029
|
||||
127.0.0.1:51313 788
|
||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user