From a349a98a25671ec4afd1397d50ac1c8c9063eb45 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Wed, 13 Feb 2019 10:18:32 -0500 Subject: [PATCH] add cygwin mintty configuration --- .minttyrc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .minttyrc diff --git a/.minttyrc b/.minttyrc new file mode 100644 index 0000000..1100660 --- /dev/null +++ b/.minttyrc @@ -0,0 +1,17 @@ +ThemeFile=base16-eighties-mod.minttyrc +Transparency=low +CursorType=block +Font=IBMPlexMono NF +FontHeight=16 +BoldAsFont=yes +BoldAsColour=no +Locale=en_US +Charset=UTF-8 +CopyAsHTML=16908288 +MiddleClickAction=extend +RightClickAction=paste +Columns=110 +Rows=35 +Term=xterm-256color +BellType=0 +BellFlash=yes