mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
messing around with mintty's appearance
50 rows - status line of tmux - status line of vim = 48 lines of code 84 columns - line number column of vim = 80 columns of code (same as before)
This commit is contained in:
parent
ba23dc008d
commit
e3189ed7ee
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
Font=Consolas
|
||||
FontHeight=9
|
||||
Font=InputMonoCondensed Light
|
||||
FontHeight=10
|
||||
FontSmoothing=full
|
||||
BoldAsFont=no
|
||||
FontIsBold=no
|
||||
|
@ -8,7 +8,7 @@ CursorType=block
|
|||
Locale=C
|
||||
Charset=UTF-8
|
||||
Columns=84
|
||||
Rows=36
|
||||
Rows=50
|
||||
RowSpacing=0
|
||||
ClicksPlaceCursor=yes
|
||||
RightClickAction=menu
|
||||
|
@ -38,3 +38,5 @@ Magenta=174,137,186
|
|||
BoldMagenta=239,160,223
|
||||
Cyan=122,137,133
|
||||
BoldCyan=138,190,183
|
||||
Language=en_US
|
||||
FontWeight=300
|
||||
|
|
Loading…
Add table
Reference in a new issue