Add function to change font based on current resolution

Also, change default themes to dark for a while
This commit is contained in:
Maciej 2020-11-27 20:33:58 +02:00
parent bd676f6e54
commit 81c60f404d
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 17 additions and 6 deletions

View file

@ -69,7 +69,7 @@ _s_: Swiper
_k_: Kill buffer and window _<left>_: Move left
_h_: Split horizontally _<right>_: Move right
_v_: Split vertically _<up>_: Move up
^^ _<down>_: Move down
_f_: Set font size to screen _<down>_: Move down
^^ _p_: Previous buffer
^^ _n_: Next buffer
"
@ -78,6 +78,7 @@ _v_: Split vertically _<up>_: Move up
("k" kill-buffer-and-window)
("h" split-window-below)
("v" split-window-right)
("f" set-font-to-screen)
("<left>" windmove-left)
("<right>" windmove-right)