mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
+fixes
This commit is contained in:
4
.emacs
4
.emacs
@@ -673,6 +673,7 @@
|
|||||||
;; - fixed window hydra docstring
|
;; - fixed window hydra docstring
|
||||||
|
|
||||||
|
|
||||||
|
;; - added kab to window hydra
|
||||||
|
|
||||||
;; ** TODO
|
;; ** TODO
|
||||||
|
|
||||||
@@ -5274,7 +5275,7 @@ _u_: Windows Undo <C-c left>
|
|||||||
_r_: Windows Redo <C-c right> ^^ _l_: Adjust Background brighter
|
_r_: Windows Redo <C-c right> ^^ _l_: Adjust Background brighter
|
||||||
_i_: Invert Colors <C-c C-i> ^^ _b_: Adjust Background darker
|
_i_: Invert Colors <C-c C-i> ^^ _b_: Adjust Background darker
|
||||||
|
|
||||||
_h_: Toggle Highlight Line Mode
|
_h_: Toggle Highlight Line Mode ^^ _k_: Kill All Buffers
|
||||||
_n_: Toogle Line Number Mode
|
_n_: Toogle Line Number Mode
|
||||||
|
|
||||||
^^------------------------------------------------------------------------
|
^^------------------------------------------------------------------------
|
||||||
@@ -5289,6 +5290,7 @@ Reach this hydra with <C-x w>
|
|||||||
("u" winner-undo nil)
|
("u" winner-undo nil)
|
||||||
("r" winner-redo nil)
|
("r" winner-redo nil)
|
||||||
("i" tvd-invert nil)
|
("i" tvd-invert nil)
|
||||||
|
("k" kill-all-buffers nil)
|
||||||
("b" tvd-bg-darker nil :color pink)
|
("b" tvd-bg-darker nil :color pink)
|
||||||
("l" tvd-bg-brighter nil :color pink)
|
("l" tvd-bg-brighter nil :color pink)
|
||||||
("a" hydra-windows-resize/body nil)
|
("a" hydra-windows-resize/body nil)
|
||||||
|
|||||||
970
emacs.html
970
emacs.html
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user