Add function to change font based on current resolution
Also, change default themes to dark for a while
This commit is contained in:
parent
bd676f6e54
commit
81c60f404d
2 changed files with 17 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue