update alacritty and lvim timeout

This commit is contained in:
Daylin Morgan 2022-02-08 10:06:36 -06:00
parent c93bc1dd7d
commit a431531199
3 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ window:
#position:
# x: 0
# y: 0
opacity: .80
opacity: .90
# Window padding (changes require restart)
#
# Blank space added around the window in pixels. This padding is scaled

0
home/private_dot_config/alacritty/update.sh Executable file → Normal file
View file

View file

@ -35,7 +35,7 @@ lvim.colorscheme = "dracula"
-- settings
local opt = vim.opt
opt.timeoutlen = 500
opt.timeoutlen = 200
lvim.autocommands.custom_groups = {
-- On entering insert mode in any file, scroll the window so the cursor line is centered
{"InsertEnter", "*", ":normal zz"},