diff options
author | Tuomas Siipola <siiptuo@kapsi.fi> | 2017-02-22 21:52:37 +0200 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-02-22 14:49:29 -0800 |
commit | 7bb49fabfa0d2686e4e74c1c11362d6b6aade1ca (patch) | |
tree | 6d8512f2bc7d75be76d656a8d019e9e5ed90204e /alacritty.yml | |
parent | 418df72a077cd85b14cbede78e281bb224515a40 (diff) | |
download | alacritty-7bb49fabfa0d2686e4e74c1c11362d6b6aade1ca.tar.gz alacritty-7bb49fabfa0d2686e4e74c1c11362d6b6aade1ca.zip |
Add hide cursor when typing option
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index ba44cf11..15ea4fa8 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -233,6 +233,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. |