summaryrefslogtreecommitdiffstats
path: root/alacritty_macos.yml
diff options
context:
space:
mode:
authorTuomas Siipola <siiptuo@kapsi.fi>2017-02-22 21:52:37 +0200
committerJoe Wilm <jwilm@users.noreply.github.com>2017-02-22 14:49:29 -0800
commit7bb49fabfa0d2686e4e74c1c11362d6b6aade1ca (patch)
tree6d8512f2bc7d75be76d656a8d019e9e5ed90204e /alacritty_macos.yml
parent418df72a077cd85b14cbede78e281bb224515a40 (diff)
Add hide cursor when typing option
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r--alacritty_macos.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml
index 98a0ee63..8f024dbc 100644
--- a/alacritty_macos.yml
+++ b/alacritty_macos.yml
@@ -232,6 +232,8 @@ mouse:
selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
+hide_cursor_when_typing: false
+
# Shell
#
# You can set shell.program to the path of your favorite shell, e.g. /bin/fish.