Update cursor type
This commit is contained in:
4
init.el
4
init.el
@@ -132,7 +132,7 @@
|
|||||||
|
|
||||||
;; Configure the cursor
|
;; Configure the cursor
|
||||||
(setq-default
|
(setq-default
|
||||||
cursor-type 'bar
|
cursor-type 'box
|
||||||
indent-tabs-mode nil
|
indent-tabs-mode nil
|
||||||
cursor-in-non-selected-windows nil)
|
cursor-in-non-selected-windows nil)
|
||||||
(blink-cursor-mode 0)
|
(blink-cursor-mode 0)
|
||||||
@@ -221,6 +221,8 @@
|
|||||||
|
|
||||||
(use-package multiple-cursors
|
(use-package multiple-cursors
|
||||||
:straight t
|
:straight t
|
||||||
|
:init
|
||||||
|
(setq mc/always-run-for-all t)
|
||||||
:bind
|
:bind
|
||||||
(("C-S-c C-S-c" . mc/edit-lines)
|
(("C-S-c C-S-c" . mc/edit-lines)
|
||||||
("C->" . mc/mark-next-like-this)
|
("C->" . mc/mark-next-like-this)
|
||||||
|
|||||||
Reference in New Issue
Block a user