diff options
author | Juan J. Martinez <jjm@usebox.net> | 2020-05-29 13:07:59 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:29 +0100 |
commit | a6320650425f9c8c628fa7b65cd5369455e714fb (patch) | |
tree | 947830c818ffb64b86ede9e61a5e0954201a2e9d | |
parent | 6784d9c5b534a10e707b9478c2a923043815d422 (diff) | |
download | dotnvim-a6320650425f9c8c628fa7b65cd5369455e714fb.tar.gz dotnvim-a6320650425f9c8c628fa7b65cd5369455e714fb.zip |
Trying some life improvement tweaks
-rw-r--r-- | alacritty.yml | 6 |
1 files 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 |