From a6320650425f9c8c628fa7b65cd5369455e714fb Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 29 May 2020 13:07:59 +0100 Subject: Trying some life improvement tweaks --- alacritty.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/alacritty.yml b/alacritty.yml index f3cf5b0..026231c 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -315,11 +315,12 @@ colors: # The value `0.0` is completely transparent and `1.0` is opaque. #background_opacity: 1.0 -#selection: +selection: #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" # When set to `true`, selected text will be copied to the primary clipboard. #save_to_clipboard: false + save_to_clipboard: true # Allow terminal applications to change Alacritty's window title. #dynamic_title: true @@ -373,7 +374,7 @@ colors: # Send ESC (\x1b) before characters when alt is pressed. #alt_send_esc: true -#mouse: +mouse: # Click settings # # The `double_click` and `triple_click` settings control the time @@ -384,6 +385,7 @@ colors: # If this is `true`, the cursor is temporarily hidden when typing. #hide_when_typing: false + hide_when_typing: true #url: # URL launcher -- cgit v1.2.3